summaryrefslogtreecommitdiffstats
path: root/tools/qmlconv/qmlconv.pro
blob: 839d0ffdb68c588b0e018a0df04c7359b501487b (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