aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/quicktestmainwithsetup/quicktestmainwithsetup.pro
blob: a8c1c6d36a63c6e0f9cdb549c6a274727342ff06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += qmltestcase
macos:CONFIG -= app_bundle
TARGET = tst_quicktestmainwithsetup

QT += testlib quick

include (../../shared/util.pri)

SOURCES += tst_quicktestmainwithsetup.cpp

TESTDATA += \
    $$PWD/data/*.qml