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

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