summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcopchannel/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcopchannel/test/test.pro')
-rw-r--r--tests/auto/qcopchannel/test/test.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/qcopchannel/test/test.pro b/tests/auto/qcopchannel/test/test.pro
index 8c7cc5baaa..db458f1c4d 100644
--- a/tests/auto/qcopchannel/test/test.pro
+++ b/tests/auto/qcopchannel/test/test.pro
@@ -1,6 +1,5 @@
-load(qttest_p4)
+CONFIG += testcase
-SOURCES += ../tst_qcopchannel.cpp
TARGET = ../tst_qcopchannel
-
-
+QT += testlib
+SOURCES += ../tst_qcopchannel.cpp