summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusxmlparser/qdbusxmlparser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusxmlparser/qdbusxmlparser.pro')
-rw-r--r--tests/auto/qdbusxmlparser/qdbusxmlparser.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qdbusxmlparser/qdbusxmlparser.pro b/tests/auto/qdbusxmlparser/qdbusxmlparser.pro
new file mode 100644
index 0000000000..e8fd4c7722
--- /dev/null
+++ b/tests/auto/qdbusxmlparser/qdbusxmlparser.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+QT = core
+contains(QT_CONFIG,dbus): {
+ SOURCES += tst_qdbusxmlparser.cpp
+ QT += dbus
+} else {
+ SOURCES += ../qdbusmarshall/dummy.cpp
+}
+
+