summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2011-03-07 18:10:26 +1000
committerKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2011-03-07 18:23:22 +1000
commit739337129f6c1172ceb6737a17cf0ae58b858008 (patch)
treec00d6b14e6a3ad97d09aa8837f83b8089bd8ab7c /features
parentbaca3da24f82eeb34ce3688a5ddabd39054f1c63 (diff)
Update Qt Mobility Symbian installation instructions
Add information how to configure and setup pre-compiled Qt mobility Symbian binaries for Qt Mobility example and demo applications compilation. Change-Id: Ib7da9665600cc698c9eaa4a57f9e4d86483c0dfc Task-number: QTMOBILITY-753 Reviewed-by: Alex
Diffstat (limited to 'features')
-rw-r--r--features/config.pri.s60-3145
-rw-r--r--features/config.pri.s60-3245
-rw-r--r--features/config.pri.s60-5045
-rw-r--r--features/config.pri.s60-5145
-rw-r--r--features/config.pri.symbian345
5 files changed, 225 insertions, 0 deletions
diff --git a/features/config.pri.s60-31 b/features/config.pri.s60-31
new file mode 100644
index 0000000000..cc5b9e98a2
--- /dev/null
+++ b/features/config.pri.s60-31
@@ -0,0 +1,45 @@
+CONFIG += release
+CONFIG_WIN32 += debug_and_release build_all release
+QT_MOBILITY_PREFIX = C:/QtMobility
+build_unit_tests = no
+build_public_unit_tests = no
+build_examples = no
+build_demos = no
+build_docs = no
+build_tools = no
+qmf_enabled = no
+!symbian:isEmpty($$QT_MOBILITY_INCLUDE):QT_MOBILITY_INCLUDE=$$QT_MOBILITY_PREFIX/include
+isEmpty($$QT_MOBILITY_LIB):QT_MOBILITY_LIB=$$QT_MOBILITY_PREFIX/lib
+isEmpty($$QT_MOBILITY_BIN):QT_MOBILITY_BIN=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_PLUGINS):QT_MOBILITY_PLUGINS=$$QT_MOBILITY_PREFIX/plugins
+isEmpty($$QT_MOBILITY_EXAMPLES):QT_MOBILITY_EXAMPLES=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_DEMOS):QT_MOBILITY_DEMOS=$$QT_MOBILITY_PREFIX/bin
+mobility_modules = bearer location contacts systeminfo publishsubscribe versit messaging sensors serviceframework multimedia gallery organizer feedback
+contains(mobility_modules,versit): mobility_modules *= contacts
+lbt_enabled = no
+snap_enabled = no
+occ_enabled = no
+symbianenote_enabled = no
+symbiancntsim_enabled = no
+symbiancntmodel_enabled = no
+symbiancntmodelv2_enabled = no
+sensors_s60_31_enabled = yes
+sensors_symbian_enabled = no
+hb_symbian_enabled = no
+audiorouting_s60_enabled = yes
+tunerlib_s60_enabled = yes
+radioutility_s60_enabled = no
+openmaxal_symbian_enabled = no
+surfaces_s60_enabled = no
+messaging_freestyle_enabled = no
+callinformation_symbian_enabled = no
+immersion_enabled = no
+symbian_camera_camautofocus_enabled = yes
+symbian_camera_ecamadvsettings_enabled = no
+symbian_camera_devvideorecord_enabled = no
+symbian_camera_snapshot_enabled = no
+advancedtouchfeedback_enabled = no
+chwrmhaptics_enabled = no
+mds_enabled = no
+mds_25_enabled = no
+mds_25_92mcl_enabled = no
diff --git a/features/config.pri.s60-32 b/features/config.pri.s60-32
new file mode 100644
index 0000000000..c4ebe19b48
--- /dev/null
+++ b/features/config.pri.s60-32
@@ -0,0 +1,45 @@
+CONFIG += release
+CONFIG_WIN32 += debug_and_release build_all release
+QT_MOBILITY_PREFIX = C:/QtMobility
+build_unit_tests = no
+build_public_unit_tests = no
+build_examples = no
+build_demos = no
+build_docs = no
+build_tools = no
+qmf_enabled = no
+!symbian:isEmpty($$QT_MOBILITY_INCLUDE):QT_MOBILITY_INCLUDE=$$QT_MOBILITY_PREFIX/include
+isEmpty($$QT_MOBILITY_LIB):QT_MOBILITY_LIB=$$QT_MOBILITY_PREFIX/lib
+isEmpty($$QT_MOBILITY_BIN):QT_MOBILITY_BIN=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_PLUGINS):QT_MOBILITY_PLUGINS=$$QT_MOBILITY_PREFIX/plugins
+isEmpty($$QT_MOBILITY_EXAMPLES):QT_MOBILITY_EXAMPLES=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_DEMOS):QT_MOBILITY_DEMOS=$$QT_MOBILITY_PREFIX/bin
+mobility_modules = bearer location contacts systeminfo publishsubscribe versit messaging sensors serviceframework multimedia gallery organizer feedback
+contains(mobility_modules,versit): mobility_modules *= contacts
+lbt_enabled = no
+snap_enabled = yes
+occ_enabled = no
+symbianenote_enabled = no
+symbiancntsim_enabled = no
+symbiancntmodel_enabled = yes
+symbiancntmodelv2_enabled = no
+sensors_s60_31_enabled = no
+sensors_symbian_enabled = yes
+hb_symbian_enabled = no
+audiorouting_s60_enabled = yes
+tunerlib_s60_enabled = no
+radioutility_s60_enabled = yes
+openmaxal_symbian_enabled = no
+surfaces_s60_enabled = no
+messaging_freestyle_enabled = no
+callinformation_symbian_enabled = no
+immersion_enabled = no
+symbian_camera_camautofocus_enabled = no
+symbian_camera_ecamadvsettings_enabled = yes
+symbian_camera_devvideorecord_enabled = yes
+symbian_camera_snapshot_enabled = no
+advancedtouchfeedback_enabled = no
+chwrmhaptics_enabled = no
+mds_enabled = no
+mds_25_enabled = no
+mds_25_92mcl_enabled = no
diff --git a/features/config.pri.s60-50 b/features/config.pri.s60-50
new file mode 100644
index 0000000000..d2425c7cc3
--- /dev/null
+++ b/features/config.pri.s60-50
@@ -0,0 +1,45 @@
+CONFIG += release
+CONFIG_WIN32 += debug_and_release build_all release
+QT_MOBILITY_PREFIX = C:/QtMobility
+build_unit_tests = no
+build_public_unit_tests = no
+build_examples = no
+build_demos = no
+build_docs = no
+build_tools = no
+qmf_enabled = no
+!symbian:isEmpty($$QT_MOBILITY_INCLUDE):QT_MOBILITY_INCLUDE=$$QT_MOBILITY_PREFIX/include
+isEmpty($$QT_MOBILITY_LIB):QT_MOBILITY_LIB=$$QT_MOBILITY_PREFIX/lib
+isEmpty($$QT_MOBILITY_BIN):QT_MOBILITY_BIN=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_PLUGINS):QT_MOBILITY_PLUGINS=$$QT_MOBILITY_PREFIX/plugins
+isEmpty($$QT_MOBILITY_EXAMPLES):QT_MOBILITY_EXAMPLES=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_DEMOS):QT_MOBILITY_DEMOS=$$QT_MOBILITY_PREFIX/bin
+mobility_modules = bearer location contacts systeminfo publishsubscribe versit messaging sensors serviceframework multimedia gallery organizer feedback
+contains(mobility_modules,versit): mobility_modules *= contacts
+lbt_enabled = no
+snap_enabled = yes
+occ_enabled = no
+symbianenote_enabled = no
+symbiancntsim_enabled = no
+symbiancntmodel_enabled = yes
+symbiancntmodelv2_enabled = no
+sensors_s60_31_enabled = no
+sensors_symbian_enabled = yes
+hb_symbian_enabled = no
+audiorouting_s60_enabled = yes
+tunerlib_s60_enabled = no
+radioutility_s60_enabled = yes
+openmaxal_symbian_enabled = no
+surfaces_s60_enabled = no
+messaging_freestyle_enabled = no
+callinformation_symbian_enabled = no
+immersion_enabled = no
+symbian_camera_camautofocus_enabled = no
+symbian_camera_ecamadvsettings_enabled = yes
+symbian_camera_devvideorecord_enabled = yes
+symbian_camera_snapshot_enabled = no
+advancedtouchfeedback_enabled = no
+chwrmhaptics_enabled = no
+mds_enabled = yes
+mds_25_enabled = no
+mds_25_92mcl_enabled = no
diff --git a/features/config.pri.s60-51 b/features/config.pri.s60-51
new file mode 100644
index 0000000000..1579497f94
--- /dev/null
+++ b/features/config.pri.s60-51
@@ -0,0 +1,45 @@
+CONFIG += release
+CONFIG_WIN32 += debug_and_release build_all release
+QT_MOBILITY_PREFIX = C:/QtMobility
+build_unit_tests = no
+build_public_unit_tests = no
+build_examples = no
+build_demos = no
+build_docs = no
+build_tools = no
+qmf_enabled = no
+!symbian:isEmpty($$QT_MOBILITY_INCLUDE):QT_MOBILITY_INCLUDE=$$QT_MOBILITY_PREFIX/include
+isEmpty($$QT_MOBILITY_LIB):QT_MOBILITY_LIB=$$QT_MOBILITY_PREFIX/lib
+isEmpty($$QT_MOBILITY_BIN):QT_MOBILITY_BIN=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_PLUGINS):QT_MOBILITY_PLUGINS=$$QT_MOBILITY_PREFIX/plugins
+isEmpty($$QT_MOBILITY_EXAMPLES):QT_MOBILITY_EXAMPLES=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_DEMOS):QT_MOBILITY_DEMOS=$$QT_MOBILITY_PREFIX/bin
+mobility_modules = bearer location contacts systeminfo publishsubscribe versit messaging sensors serviceframework multimedia gallery organizer feedback
+contains(mobility_modules,versit): mobility_modules *= contacts
+lbt_enabled = no
+snap_enabled = yes
+occ_enabled = no
+symbianenote_enabled = no
+symbiancntsim_enabled = no
+symbiancntmodel_enabled = yes
+symbiancntmodelv2_enabled = no
+sensors_s60_31_enabled = no
+sensors_symbian_enabled = yes
+hb_symbian_enabled = no
+audiorouting_s60_enabled = yes
+tunerlib_s60_enabled = no
+radioutility_s60_enabled = yes
+openmaxal_symbian_enabled = no
+surfaces_s60_enabled = no
+messaging_freestyle_enabled = no
+callinformation_symbian_enabled = no
+immersion_enabled = no
+symbian_camera_camautofocus_enabled = no
+symbian_camera_ecamadvsettings_enabled = yes
+symbian_camera_devvideorecord_enabled = yes
+symbian_camera_snapshot_enabled = no
+advancedtouchfeedback_enabled = no
+chwrmhaptics_enabled = no
+mds_enabled = yes
+mds_25_enabled = yes
+mds_25_92mcl_enabled = no
diff --git a/features/config.pri.symbian3 b/features/config.pri.symbian3
new file mode 100644
index 0000000000..a159907072
--- /dev/null
+++ b/features/config.pri.symbian3
@@ -0,0 +1,45 @@
+CONFIG += release
+CONFIG_WIN32 += debug_and_release build_all release
+QT_MOBILITY_PREFIX = C:/QtMobility
+build_unit_tests = no
+build_public_unit_tests = no
+build_examples = no
+build_demos = no
+build_docs = no
+build_tools = no
+qmf_enabled = no
+!symbian:isEmpty($$QT_MOBILITY_INCLUDE):QT_MOBILITY_INCLUDE=$$QT_MOBILITY_PREFIX/include
+isEmpty($$QT_MOBILITY_LIB):QT_MOBILITY_LIB=$$QT_MOBILITY_PREFIX/lib
+isEmpty($$QT_MOBILITY_BIN):QT_MOBILITY_BIN=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_PLUGINS):QT_MOBILITY_PLUGINS=$$QT_MOBILITY_PREFIX/plugins
+isEmpty($$QT_MOBILITY_EXAMPLES):QT_MOBILITY_EXAMPLES=$$QT_MOBILITY_PREFIX/bin
+isEmpty($$QT_MOBILITY_DEMOS):QT_MOBILITY_DEMOS=$$QT_MOBILITY_PREFIX/bin
+mobility_modules = bearer location contacts systeminfo publishsubscribe versit messaging sensors serviceframework multimedia gallery organizer feedback
+contains(mobility_modules,versit): mobility_modules *= contacts
+lbt_enabled = yes
+snap_enabled = yes
+occ_enabled = yes
+symbianenote_enabled = no
+symbiancntsim_enabled = no
+symbiancntmodel_enabled = yes
+symbiancntmodelv2_enabled = no
+sensors_s60_31_enabled = no
+sensors_symbian_enabled = yes
+hb_symbian_enabled = no
+audiorouting_s60_enabled = yes
+tunerlib_s60_enabled = no
+radioutility_s60_enabled = yes
+openmaxal_symbian_enabled = no
+surfaces_s60_enabled = yes
+messaging_freestyle_enabled = yes
+callinformation_symbian_enabled = yes
+immersion_enabled = no
+symbian_camera_camautofocus_enabled = no
+symbian_camera_ecamadvsettings_enabled = yes
+symbian_camera_devvideorecord_enabled = yes
+symbian_camera_snapshot_enabled = yes
+advancedtouchfeedback_enabled = yes
+chwrmhaptics_enabled = yes
+mds_enabled = yes
+mds_25_enabled = yes
+mds_25_92mcl_enabled = yes