summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader/theplugin/theplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpluginloader/theplugin/theplugin.pro')
-rw-r--r--tests/auto/qpluginloader/theplugin/theplugin.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qpluginloader/theplugin/theplugin.pro b/tests/auto/qpluginloader/theplugin/theplugin.pro
index 44b46b439f..35b24ca292 100644
--- a/tests/auto/qpluginloader/theplugin/theplugin.pro
+++ b/tests/auto/qpluginloader/theplugin/theplugin.pro
@@ -2,7 +2,10 @@ TEMPLATE = lib
CONFIG += plugin
HEADERS = theplugin.h
SOURCES = theplugin.cpp
-TARGET = $$qtLibraryTarget(theplugin)
+# Use a predictable name for the plugin, no debug extension. Just like most apps do.
+#TARGET = $$qtLibraryTarget(theplugin)
+TARGET = theplugin
+
DESTDIR = ../bin
symbian: {