summaryrefslogtreecommitdiff
path: root/tests/auto/qplugin/tst_qplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qplugin/tst_qplugin.pro')
-rw-r--r--tests/auto/qplugin/tst_qplugin.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/qplugin/tst_qplugin.pro b/tests/auto/qplugin/tst_qplugin.pro
index aa5842a35e..0d9d809132 100644
--- a/tests/auto/qplugin/tst_qplugin.pro
+++ b/tests/auto/qplugin/tst_qplugin.pro
@@ -1,6 +1,7 @@
+load(qttest_p4)
+
SOURCES = tst_qplugin.cpp
QT = core
-CONFIG += qtestlib
wince*: {
plugins.sources = plugins/*
@@ -8,3 +9,8 @@ wince*: {
DEPLOYMENT += plugins
}
+symbian: {
+ rpDep.sources = releaseplugin.dll debugplugin.dll
+ rpDep.path = plugins
+ DEPLOYMENT += rpDep dpDep
+}