summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusmarshall/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusmarshall/test/test.pro')
-rw-r--r--tests/auto/qdbusmarshall/test/test.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/test/test.pro b/tests/auto/qdbusmarshall/test/test.pro
new file mode 100644
index 0000000000..71fc6563c1
--- /dev/null
+++ b/tests/auto/qdbusmarshall/test/test.pro
@@ -0,0 +1,9 @@
+load(qttest_p4)
+SOURCES += ../tst_qdbusmarshall.cpp
+TARGET = ../tst_qdbusmarshall
+
+QT = core
+QT += dbus
+
+LIBS += $$QT_LIBS_DBUS
+QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS