src/plugins/s60/s60pluginbase.pri
changeset 0 1918ee327afb
child 5 d3bac044e0f0
child 30 5dc02b23752f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plugins/s60/s60pluginbase.pri	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,16 @@
+# Note: These version based 'plugins' are not an actual Qt plugins,
+# they are just regular runtime loaded libraries
+include(../qpluginbase.pri)
+
+CONFIG  -= plugin
+
+MMP_RULES += NOEXPORTLIBRARY
+
+defBlock = \
+    "$${LITERAL_HASH}ifdef WINSCW" \
+    "DEFFILE ../bwins/qts60plugin.def" \
+    "$${LITERAL_HASH}else" \
+    "DEFFILE ../eabi/qts60plugin.def" \
+    "$${LITERAL_HASH}endif"
+
+MMP_RULES += defBlock
\ No newline at end of file