Add qdbusxml2cpp.
This is the pristine version from qttools at a0e2b3e96be934438974b175d0e640ed30f4efcb. Change-Id: I4dc7c7fd98637cecfc57a9be61063d351b660e72 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
bcf842e04c
commit
2031c822f5
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
Loading…
Reference in New Issue