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

include(../../src/declarative/qml/parser/parser.pri)

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