taskswitcherapp/tsdevicedialogplugin/tsdevicedialogplugin.pro
changeset 46 23b5d6a29cce
parent 39 4e8ebe173323
child 51 4785f57bf3d4
--- a/taskswitcherapp/tsdevicedialogplugin/tsdevicedialogplugin.pro	Mon May 03 12:24:59 2010 +0300
+++ b/taskswitcherapp/tsdevicedialogplugin/tsdevicedialogplugin.pro	Fri May 14 15:43:04 2010 +0300
@@ -36,6 +36,7 @@
             src/tsmodel.cpp \
             src/tsentrymodelitem.cpp \
             src/tsactivitymodelitem.cpp \
+            src/tstasksgrid.cpp \
             src/tstasksgriditem.cpp \
             src/tsdocumentloader.cpp \
 
@@ -53,12 +54,19 @@
     TARGET.UID3 = 0x2002677F
     pluginstub.sources = tsdevicedialogplugin.dll
     pluginstub.path = /resource/plugins/devicedialogs
-
+    
+    LIBS += -lxqsettingsmanager
+    
     # ugly hack
     translation.sources = ./*.qm
     translation.path = $$QT_PLUGINS_BASE_DIR/../translations
 	
     DEPLOYMENT += pluginstub translation
+    
+    BLD_INF_RULES.prj_exports += \
+    "$${LITERAL_HASH}include <platform_paths.hrh>" \
+    "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
+    "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"
 }
 
 win32 {