diff options
Diffstat (limited to 'tests/auto/qcopchannel/testSend/testSend.pro')
-rw-r--r-- | tests/auto/qcopchannel/testSend/testSend.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qcopchannel/testSend/testSend.pro b/tests/auto/qcopchannel/testSend/testSend.pro new file mode 100644 index 0000000..f78341c --- /dev/null +++ b/tests/auto/qcopchannel/testSend/testSend.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +SOURCES = main.cpp +TARGET = testSend + + |