aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltestrunner/qmltestrunner.pro
blob: a6c9533e0ae98d6688c4d17165218c245b310eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = qmltestrunner
DESTDIR= $$QT.qml.bins
CONFIG += warn_on
SOURCES += main.cpp


QT += qml qmltest

macx: CONFIG -= app_bundle

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target