diff options
author | mread <qt-info@nokia.com> | 2011-01-19 12:42:37 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:47 (GMT) |
commit | 6cd0dfcecd3efff882d04bb8c6358c706383a3af (patch) | |
tree | 4d3385c65f9dcd97f0a1787e4c982654e8e5a265 /tests/auto/qfileopenevent/qfileopenevent.pro | |
parent | 707cc8bfb51af5a777001df0f445a79863850f3a (diff) | |
download | Qt-6cd0dfcecd3efff882d04bb8c6358c706383a3af.zip Qt-6cd0dfcecd3efff882d04bb8c6358c706383a3af.tar.gz Qt-6cd0dfcecd3efff882d04bb8c6358c706383a3af.tar.bz2 |
tst_qfileopenevent changed to run on all platforms
The Symbian specific bits are hidden behind #ifdef, but most of this
test is valid on all platforms now.
Task-number: QTBUG-15015
Reviewed-by: Shane Kearns
Diffstat (limited to 'tests/auto/qfileopenevent/qfileopenevent.pro')
-rw-r--r-- | tests/auto/qfileopenevent/qfileopenevent.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/qfileopenevent/qfileopenevent.pro b/tests/auto/qfileopenevent/qfileopenevent.pro index e2bb6d8..45978d7 100644 --- a/tests/auto/qfileopenevent/qfileopenevent.pro +++ b/tests/auto/qfileopenevent/qfileopenevent.pro @@ -1,6 +1,2 @@ TEMPLATE = subdirs -symbian:{ - SUBDIRS = test qfileopeneventexternal -} else { - SUBDIRS = -} +SUBDIRS = test qfileopeneventexternal |