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


QT += declarative qmltest

macx: CONFIG -= app_bundle

#DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"

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