--- 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)