summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro')
-rw-r--r--tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro b/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
index dda224ca78..0c43b9c39c 100644
--- a/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
+++ b/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
@@ -1,6 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qtemporaryfile
SOURCES += tst_qtemporaryfile.cpp
-QT = core
+QT = core testlib
DEFINES += SRCDIR=\\\"$$PWD/\\\"