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/gui.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/gui.pro')
-rw-r--r-- | tests/auto/gui.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro index f74da54..30155ea 100644 --- a/tests/auto/gui.pro +++ b/tests/auto/gui.pro @@ -2,7 +2,7 @@ # (i.e. QT=core gui network). # The test system is allowed to run these tests before the rest of Qt has # been compiled. -# +# TEMPLATE=subdirs SUBDIRS=\ gestures \ @@ -49,6 +49,7 @@ SUBDIRS=\ qfiledialog \ qfiledialog2 \ qfileiconprovider \ + qfileopenevent \ qfilesystemmodel \ qfocusframe \ qfont \ |