summaryrefslogtreecommitdiffstats
path: root/tests/auto/headers/headers.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/headers/headers.pro')
-rw-r--r--tests/auto/headers/headers.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/headers/headers.pro b/tests/auto/headers/headers.pro
index 4bc02fe80c..a143506d21 100644
--- a/tests/auto/headers/headers.pro
+++ b/tests/auto/headers/headers.pro
@@ -1,5 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
+
+TARGET = tst_headers
+QT = core testlib
SOURCES += tst_headers.cpp headersclean.cpp
-QT = core
CONFIG+=insignificant_test # QTQAINFRA-428