homescreenapp/widgetplugins/hsshortcutwidgetplugin/hsshortcutwidgetplugin.pro
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
child 46 23b5d6a29cce
--- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/hsshortcutwidgetplugin.pro	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/hsshortcutwidgetplugin.pro	Mon May 03 12:24:59 2010 +0300
@@ -18,11 +18,15 @@
 CONFIG += plugin hb mobility
 MOBILITY = serviceframework
 
-win32: PLUGIN_SUBDIR = /hsresources/import/widgetregistry/20022F46
-symbian: PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F46
+PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F46
 
 include(../../common.pri)
 
+RESOURCES += hsshortcutwidgetplugin.qrc
+
+HEADERS += ./inc/*.h
+SOURCES += ./src/*.cpp
+
 LIBS += -lhsdomainmodel \
         -lcaclient
 
@@ -36,7 +40,4 @@
     TARGET.UID3 = 0x20022F46
 }
 
-
-include(hsshortcutwidgetplugin.pri)
-
 exportResources(./resource/*.manifest, $$PLUGIN_SUBDIR)