summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
blob: 2324e2d596df879bd8f7151edc88509e8f951be7 (plain)
1
2
3
4
5
6
7
8
9
SOURCES = qdbusxml2cpp.cpp
DESTDIR = $$QT.designer.bins
TARGET = qdbusxml2cpp
QT = core dbus-private
CONFIG -= app_bundle
win32:CONFIG += console

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