diff -r 000000000000 -r 1918ee327afb src/plugins/s60/s60pluginbase.pri --- /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