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