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


QT += declarative qmltest

macx: CONFIG -= app_bundle

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