Add qdbusxml2cpp.

This is the pristine version from qttools at
a0e2b3e96be934438974b175d0e640ed30f4efcb.

Change-Id: I4dc7c7fd98637cecfc57a9be61063d351b660e72
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Stephen Kelly 2012-03-08 23:20:37 +01:00 committed by Qt by Nokia
parent bcf842e04c
commit 2031c822f5
2 changed files with 1157 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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