summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/modeltest/modeltest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/modeltest/modeltest.pro')
-rw-r--r--tests/auto/integrationtests/modeltest/modeltest.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/integrationtests/modeltest/modeltest.pro b/tests/auto/integrationtests/modeltest/modeltest.pro
index d4a8ba971d..b29fb862c7 100644
--- a/tests/auto/integrationtests/modeltest/modeltest.pro
+++ b/tests/auto/integrationtests/modeltest/modeltest.pro
@@ -1,5 +1,6 @@
-load(qttest_p4)
-QT += widgets
+CONFIG += testcase
+TARGET = tst_modeltest
+QT += widgets testlib
SOURCES += tst_modeltest.cpp modeltest.cpp dynamictreemodel.cpp
HEADERS += modeltest.h dynamictreemodel.h