From 72367b1679f8176c8f8a2a424a1c9325433dd8cd Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 8 Mar 2012 23:43:28 +0100 Subject: Bootstrap qdbuscpp2xml. 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 --- tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro (limited to 'tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro') diff --git a/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro b/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro new file mode 100644 index 0000000000..4217d5e73c --- /dev/null +++ b/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro @@ -0,0 +1,11 @@ +CONFIG += testcase +QT = core testlib dbus +TARGET = tst_qdbuscpp2xml + +QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS + +SOURCES += tst_qdbuscpp2xml.cpp \ + +RESOURCES += qdbuscpp2xml.qrc + +HEADERS += test1.h \ No newline at end of file -- cgit v1.2.3