diff options
author | mread <qt-info@nokia.com> | 2011-01-11 15:55:42 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:42 (GMT) |
commit | 2abcd8e2ec986a4862de669f2ddec30877d9a853 (patch) | |
tree | 4459b94959e3e20e0fd22b8972f614c4a186a45c /tests/auto | |
parent | 8f34fc6776fbd30bdae482a3f6bb683435544215 (diff) | |
download | Qt-2abcd8e2ec986a4862de669f2ddec30877d9a853.zip Qt-2abcd8e2ec986a4862de669f2ddec30877d9a853.tar.gz Qt-2abcd8e2ec986a4862de669f2ddec30877d9a853.tar.bz2 |
added qfileopenevent test to the symbian tests
Previously it had not been added to the symbian tests .pro file
Task-number: QTBUG-15015
Reviewed-by: Shane Kearns
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/symbian/qsymbiantests.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/symbian/qsymbiantests.pro b/tests/auto/symbian/qsymbiantests.pro index a752c86..dcace63 100644 --- a/tests/auto/symbian/qsymbiantests.pro +++ b/tests/auto/symbian/qsymbiantests.pro @@ -1,4 +1,4 @@ TEMPLATE = subdirs -SUBDIRS = qmainexceptions orientationchange +SUBDIRS = qmainexceptions orientationchange qfileopenevent requires(symbian) |