homescreensrv.pro
changeset 121 0b3699f6c654
parent 109 e0aa398e6810
child 124 e36b2f4799c0
--- a/homescreensrv.pro	Thu Sep 02 20:45:03 2010 +0300
+++ b/homescreensrv.pro	Fri Sep 17 08:32:18 2010 +0300
@@ -16,17 +16,18 @@
 
 TEMPLATE = subdirs
 
-SUBDIRS  += hswidgetmodel \
-            contentstorage \
-            homescreensrv_plat
-            
-exists(tsrc/tsrc.pro): SUBDIRS  += tsrc
-            
+SUBDIRS  += homescreensrv_plat \
+            hswidgetmodel \
+            contentstorage
+                       
+symbian:SUBDIRS += utils
 symbian:SUBDIRS += activityfw
 symbian:SUBDIRS += taskswitcher
 symbian:SUBDIRS += hsappkeyhandler
 symbian:SUBDIRS += tsdevicedialog
 
+exists(tsrc/tsrc.pro): SUBDIRS  += tsrc
+
 CONFIG += ordered
 
 symbian:include(homescreensrv_exports_to_rom.pri)