aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlbundle/qmlbundle.pro
blob: 6a8941863037c728fc83dbb7fff2e73e911ffb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = qmlbundle
DESTDIR= $$QT.qml.bins

QT       = core qml-private v8-private core-private
CONFIG  += console
CONFIG  -= app_bundle

SOURCES += main.cpp

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