diff options
Diffstat (limited to 'tests/auto/qfilesystementry')
-rw-r--r-- | tests/auto/qfilesystementry/qfilesystementry.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qfilesystementry/qfilesystementry.pro b/tests/auto/qfilesystementry/qfilesystementry.pro index b9b43e6..3604dea 100644 --- a/tests/auto/qfilesystementry/qfilesystementry.pro +++ b/tests/auto/qfilesystementry/qfilesystementry.pro @@ -1,8 +1,9 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qfilesystementry +QT = core testlib SOURCES += tst_qfilesystementry.cpp \ ../../../src/corelib/io/qfilesystementry.cpp HEADERS += ../../../src/corelib/io/qfilesystementry_p.h -QT = core CONFIG += parallel_test |