From 2031c822f5834bca88976b0ab79ec329323f1a92 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 8 Mar 2012 23:20:37 +0100 Subject: Add qdbusxml2cpp. This is the pristine version from qttools at a0e2b3e96be934438974b175d0e640ed30f4efcb. Change-Id: I4dc7c7fd98637cecfc57a9be61063d351b660e72 Reviewed-by: Thiago Macieira --- src/tools/qdbusxml2cpp/qdbusxml2cpp.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/tools/qdbusxml2cpp/qdbusxml2cpp.pro (limited to 'src/tools/qdbusxml2cpp/qdbusxml2cpp.pro') 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 -- cgit v1.2.3