controlpanelplugins/themeplugin/themeplugin.pro
changeset 40 593f946f4fec
parent 22 a5692c68d772
--- a/controlpanelplugins/themeplugin/themeplugin.pro	Fri Jun 25 17:12:20 2010 +0800
+++ b/controlpanelplugins/themeplugin/themeplugin.pro	Wed Sep 29 10:09:58 2010 +0800
@@ -25,6 +25,10 @@
 CONFIG += debug_and_release 
 RESOURCES += themeplugin.qrc
 
+#comment this out if theme plugin should have
+#a preview view.
+#DEFINES += CP_THEME_PREVIEW_DEFINED
+
 include (themeplugin.pri)
 include (rom/themeplugin_rom.pri)
 
@@ -61,6 +65,7 @@
 LIBS += -L$$DESTDIR
 
 
+
 #For some reason the default include path doesn't include MOC_DIR on symbian
 symbian {
     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
@@ -86,6 +91,7 @@
      
     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  $$deploy.path$$qtplugins.path/$$basename(qtplugin)" 
 }
+symbian:MMP_RULES += SMPSAFE
 
 #symbian: INCLUDEPATH += /sf/mw/hb/include/hbservices \
 #			   /sf/mw/hb/include/hbservices/private \
@@ -94,3 +100,4 @@
 #
 			   
 # End of file	--Don't remove this.
+