summaryrefslogtreecommitdiffstats
path: root/tools/qmlconv/qmlconv.pro
blob: 331f4eec1119de6beb687d3b062bf29f0afa6dcf (plain)
1
2
3
4
5
6
7
8
9
10
DESTDIR = ../../bin
QT -= gui
# Input
SOURCES += qmlconv.cpp

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

CONFIG += console
macx:CONFIG -= app_bundle