qtmobileextensions/qtmobileextensions.pro
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
--- a/qtmobileextensions/qtmobileextensions.pro	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobileextensions/qtmobileextensions.pro	Thu May 27 13:42:11 2010 +0300
@@ -23,7 +23,9 @@
 SUBDIRS = src/settingsmanager \
           src/sysinfo \
           src/utils \
-          src/keycapture
+          src/keycapture 
+# Excluded for build for now as dependencies are not met:
+#          src/systemtoneservice
 
 symbian {
 BLD_INF_RULES.prj_exports += "./src/settingsmanager/settingsmanager_global.h               $$MW_LAYER_PLATFORM_EXPORT_PATH(settingsmanager_global.h)"
@@ -51,5 +53,7 @@
 BLD_INF_RULES.prj_exports += "./include/XQConversions                                      $$MW_LAYER_PLATFORM_EXPORT_PATH(XQConversions)"
 BLD_INF_RULES.prj_exports += "./src/keycapture/xqkeycapture.h                              $$MW_LAYER_PLATFORM_EXPORT_PATH(xqkeycapture.h)"
 BLD_INF_RULES.prj_exports += "./include/XQKeyCapture                                       $$MW_LAYER_PLATFORM_EXPORT_PATH(XQKeyCapture)"
+BLD_INF_RULES.prj_exports += "./src/systemtoneservice/xqsystemtoneservice.h                $$MW_LAYER_PLATFORM_EXPORT_PATH(xqsystemtoneservice.h)"
+BLD_INF_RULES.prj_exports += "./include/XQSystemToneService                                $$MW_LAYER_PLATFORM_EXPORT_PATH(XQSystemToneService)"
 BLD_INF_RULES.prj_exports += "./rom/qtmobileextensions.iby                                 $$CORE_MW_LAYER_IBY_EXPORT_PATH(qtmobileextensions.iby)"
 }