homescreensrv.pro
changeset 116 305818acdca4
parent 106 e78d6e055a5b
child 119 50e220be30d1
--- a/homescreensrv.pro	Wed Aug 18 10:39:24 2010 +0300
+++ b/homescreensrv.pro	Mon Sep 13 13:26:33 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)