aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/qmllint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/qmllint.pro')
-rw-r--r--tests/auto/qml/qmllint/qmllint.pro13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/auto/qml/qmllint/qmllint.pro b/tests/auto/qml/qmllint/qmllint.pro
index b53a6f6877..95470b4085 100644
--- a/tests/auto/qml/qmllint/qmllint.pro
+++ b/tests/auto/qml/qmllint/qmllint.pro
@@ -1,6 +1,11 @@
-TEMPLATE = app
-TARGET = testqmllint
-INCLUDEPATH += .
+CONFIG += testcase
+TARGET = tst_qmllint
+macos:CONFIG -= app_bundle
+
+SOURCES += tst_qmllint.cpp
+
+include (../../shared/util.pri)
+
+TESTDATA = data/*
-SOURCES += main.cpp
QT += testlib