summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-03-08 23:20:37 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-18 14:14:04 +0100
commit2031c822f5834bca88976b0ab79ec329323f1a92 (patch)
treeaf63ec57d237b13368d1d7b09e50dc2e0c919cd0 /src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
parentbcf842e04c20e92f9ea2258f796c5d8788d5cb59 (diff)
Add qdbusxml2cpp.
This is the pristine version from qttools at a0e2b3e96be934438974b175d0e640ed30f4efcb. Change-Id: I4dc7c7fd98637cecfc57a9be61063d351b660e72 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/qdbusxml2cpp/qdbusxml2cpp.pro')
-rw-r--r--src/tools/qdbusxml2cpp/qdbusxml2cpp.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro b/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
new file mode 100644
index 0000000000..2324e2d596
--- /dev/null
+++ b/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
@@ -0,0 +1,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