aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/qmllint.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-08-16 13:11:53 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-08-26 17:52:32 +0200
commit69dcabed60208c6e6226b52332bf4ab5b107130d (patch)
tree9f36c3b74a3d0ebf73ba24193b6224c4859e3069 /tests/auto/qml/qmllint/qmllint.pro
parent5c04f14e4cdb64eb89532491dcf09e27c5fe29ac (diff)
Make the qmllint test an actual test
Change-Id: I59a96cbef9a68454b68a37e5c7aed45cb4009785 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
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