summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/compiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/compiler/compiler.pro')
-rw-r--r--tests/auto/other/compiler/compiler.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/other/compiler/compiler.pro b/tests/auto/other/compiler/compiler.pro
index c444c63af6..e6307ac9ec 100644
--- a/tests/auto/other/compiler/compiler.pro
+++ b/tests/auto/other/compiler/compiler.pro
@@ -1,7 +1,8 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_compiler
SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp
HEADERS += baseclass.h derivedclass.h
-QT = core
+QT = core testlib