tests/auto/qpluginloader/theplugin/theplugin.pro
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qpluginloader/theplugin/theplugin.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -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
+}