diff options
Diffstat (limited to 'tests/auto/qdbuspendingcall/qdbuspendingcall.pro')
-rw-r--r-- | tests/auto/qdbuspendingcall/qdbuspendingcall.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qdbuspendingcall/qdbuspendingcall.pro b/tests/auto/qdbuspendingcall/qdbuspendingcall.pro new file mode 100644 index 0000000..65e8f13 --- /dev/null +++ b/tests/auto/qdbuspendingcall/qdbuspendingcall.pro @@ -0,0 +1,4 @@ +load(qttest_p4) +QT = core +contains(QT_CONFIG, dbus):QT += dbus +SOURCES += tst_qdbuspendingcall.cpp |