homescreenapp/stateplugins/hshomescreenstateplugin/hshomescreenstateplugin.pro
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
child 46 23b5d6a29cce
--- a/homescreenapp/stateplugins/hshomescreenstateplugin/hshomescreenstateplugin.pro	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/stateplugins/hshomescreenstateplugin/hshomescreenstateplugin.pro	Mon May 03 12:24:59 2010 +0300
@@ -22,20 +22,21 @@
 INCLUDEPATH += ./inc \
                 ../../hsutils/inc \
                 ../../hsdomainmodel/inc \
-                ../../hsapplication/inc
+                ../../hsapplication/inc \
+                ../../serviceproviders/hsmenuserviceprovider/inc
 
 QT += xml sql
 
 CONFIG += plugin hb mobility
 MOBILITY = serviceframework
 
-PLUGIN_SUBDIR = /hsresources/plugins/stateplugins
+PLUGIN_SUBDIR = /private/20022F35/plugins/stateplugins
 
 include(../../common.pri)
 
 LIBS += -lhsutils \
         -lhsdomainmodel \
-        -lhswidgetmodel
+        -lhsmenuserviceprovider
 
 RESOURCES += hshomescreenstateplugin.qrc
 
@@ -44,5 +45,3 @@
 }
 
 include(hshomescreenstateplugin.pri)
-
-win32:exportResources(./tsrc/loc_win/*.qm, hsresources/loc)