summaryrefslogtreecommitdiffstats
path: root/INSTALL.symbian
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 /INSTALL.symbian
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 'INSTALL.symbian')
-rw-r--r--INSTALL.symbian14
1 files changed, 12 insertions, 2 deletions
diff --git a/INSTALL.symbian b/INSTALL.symbian
index 0894d0e490..0301c6a9d1 100644
--- a/INSTALL.symbian
+++ b/INSTALL.symbian
@@ -15,7 +15,7 @@ QtMobility release information
Published QtMobility releases are tested with following Qt releases
QtMobility 1.0.2 Qt 4.6.3
QtMobility 1.1.0 Qt 4.7.0
-QtMobility 1.1.1 Qt 4.7.1
+QtMobility 1.1.1 Qt 4.6.3 and Qt 4.7.2
Installing Qt Mobility for Symbian (for S60 3.1, 3.2 & 5.0 and Symbian SDKs)
----------------------------------------------------------------------------
@@ -35,7 +35,7 @@ The Symbian package is identical to the source package, with the following addit
Where x.y.z is the version of the QtMobility release.
- Installing the mobility libraries to your Symbian SDK happens by extracting the
-'qt-mobility-x.y.z-epoc32-<SYMBIAN_SDK>.zip' file to your Symbian SDK.
+ 'qt-mobility-x.y.z-epoc32-<SYMBIAN_SDK>.zip' file to your Symbian SDK.
- First copy the zip file to your Symbian SDK next to \epoc32 folder, f.ex to C:\Symbian\9.4\S60_5th_Edition_SDK_v1.0_2
- extract the file
- Note that you need to repeat this step for all the Symbian SDKs you want to develop with Mobility APIs.
@@ -47,6 +47,16 @@ The Symbian package is identical to the source package, with the following addit
- Copy the <QTMOBILITYDIR>/features/mobility.prf.template file to QTDIR/mkspecs/features/mobility.prf
- The relevant Qt directory can be obtained by running 'qmake -v' within the build environment.
+- Setup Qt Mobility configuration:
+ - run "configure -no-docs -no-tools -examples -demos" on the root of Mobility source tree
+ - result of running the configure depends on the installed SDK plugins present in the SDK which means it might not equal
+ the configuration used to compile Qt Mobility binaries in the delivered binary package
+ - The "-examples" and "-demos" configure switches execute qmake for example and demo applications
+ OR
+ - copy and rename correct config.pri.<platform> from features directory to the Qt Mobility root directory.
+ - The content of the specific config.pri is equal to the environment used to compile the Qt Mobility binaries in the package.
+ However you should note that your environment may differ from the environment used to generate files. This may result in compilation problems
+ - If you use the config.pri templates you must run qmake by yourself for the example and demo applications before compiling them
The above steps create a working environment for new projects wanting to use the QtMobility libraries.