diff options
Diffstat (limited to 'tests/auto/qdbusmarshall/test/test.pro')
-rw-r--r-- | tests/auto/qdbusmarshall/test/test.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qdbusmarshall/test/test.pro b/tests/auto/qdbusmarshall/test/test.pro new file mode 100644 index 0000000..8901999 --- /dev/null +++ b/tests/auto/qdbusmarshall/test/test.pro @@ -0,0 +1,8 @@ +load(qttest_p4) +SOURCES += ../tst_qdbusmarshall.cpp +TARGET = ../tst_qdbusmarshall + +QT = core +QT += dbus + + |