72367b1679
This involves invoking the Moc classes directly and using the data structures it provides instead of invoking the moc exectutable and parsing the generated code. Change-Id: Ia5c654e8ef58d52d0d3376252c13e13885f80da3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
11 lines
189 B
Prolog
11 lines
189 B
Prolog
CONFIG += testcase
|
|
QT = core testlib dbus
|
|
TARGET = tst_qdbuscpp2xml
|
|
|
|
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
|
|
|
SOURCES += tst_qdbuscpp2xml.cpp \
|
|
|
|
RESOURCES += qdbuscpp2xml.qrc
|
|
|
|
HEADERS += test1.h |