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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qpluginloader/theplugin/theplugin.pro b/tests/auto/qpluginloader/theplugin/theplugin.pro
new file mode 100644
index 0000000000..44b46b439f
--- /dev/null
+++ b/tests/auto/qpluginloader/theplugin/theplugin.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG += plugin
+HEADERS = theplugin.h
+SOURCES = theplugin.cpp
+TARGET = $$qtLibraryTarget(theplugin)
+DESTDIR = ../bin
+
+symbian: {
+ TARGET.EPOCALLOWDLLDATA=1
+ TARGET.CAPABILITY=ALL -TCB
+}