summaryrefslogtreecommitdiffstats
path: root/src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro
blob: 4f5f826ce741358fc7fc64fd485df3117885d36e (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = qdbuscpp2xml.cpp
DESTDIR = $$QT.designer.bins
TARGET = qdbuscpp2xml
QT = core
CONFIG += qdbus
CONFIG -= app_bundle
win32:CONFIG += console

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