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

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