diff options
author | mread <qt-info@nokia.com> | 2011-01-18 16:54:42 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:46 (GMT) |
commit | 707cc8bfb51af5a777001df0f445a79863850f3a (patch) | |
tree | 0de75da81c9a3d0ed33bc270767bb4a34e5b9487 /tests/auto/qfileopenevent/qfileopenevent.pro | |
parent | d35e6856c4fb7e98dac5db3aaa94ac271375405e (diff) | |
download | Qt-707cc8bfb51af5a777001df0f445a79863850f3a.zip Qt-707cc8bfb51af5a777001df0f445a79863850f3a.tar.gz Qt-707cc8bfb51af5a777001df0f445a79863850f3a.tar.bz2 |
Started move of QFileOpenEvent autotest to generic
The QFileOpenEvent autotest was written as Symbian specific. But it is
going to be modified to be applicable to all platforms. So this is the
file move to reflect that change.
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, 6 insertions, 0 deletions
diff --git a/tests/auto/qfileopenevent/qfileopenevent.pro b/tests/auto/qfileopenevent/qfileopenevent.pro new file mode 100644 index 0000000..e2bb6d8 --- /dev/null +++ b/tests/auto/qfileopenevent/qfileopenevent.pro @@ -0,0 +1,6 @@ +TEMPLATE = subdirs +symbian:{ + SUBDIRS = test qfileopeneventexternal +} else { + SUBDIRS = +} |