diff options
Diffstat (limited to 'tests/auto/qcopchannel/testSend/testSend.pro')
-rw-r--r-- | tests/auto/qcopchannel/testSend/testSend.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qcopchannel/testSend/testSend.pro b/tests/auto/qcopchannel/testSend/testSend.pro index ebce3dd..8cd37bd 100644 --- a/tests/auto/qcopchannel/testSend/testSend.pro +++ b/tests/auto/qcopchannel/testSend/testSend.pro @@ -1,6 +1,7 @@ -load(qttest_p4) -SOURCES = main.cpp +CONFIG += testcase + TARGET = testSend +QT += testlib +SOURCES = main.cpp requires(embedded) - |