aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin/qmlmin.pro
blob: c57ec29d5b8bf220e3ffbf9c0b5c702b66201903 (plain)
1
2
3
4
5
6
7
8
9
QT       = core qmldevtools-private
CONFIG  += console
CONFIG  -= app_bundle
DESTDIR  = $$QT.qml.bins
SOURCES += main.cpp

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