summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfileopenevent/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfileopenevent/test/test.pro')
-rw-r--r--tests/auto/qfileopenevent/test/test.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/auto/qfileopenevent/test/test.pro b/tests/auto/qfileopenevent/test/test.pro
index 3f16dcf6ee..8efea0456e 100644
--- a/tests/auto/qfileopenevent/test/test.pro
+++ b/tests/auto/qfileopenevent/test/test.pro
@@ -1,7 +1,10 @@
-load(qttest_p4)
+CONFIG += testcase
+
TARGET = tst_qfileopenevent
-HEADERS +=
+QT += testlib
SOURCES += tst_qfileopenevent.cpp
+
+HEADERS +=
symbian {
LIBS+=-lefsrv -lapgrfx -lapmime
}