diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-01-19 14:36:11 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-01-19 14:37:49 (GMT) |
commit | 62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369 (patch) | |
tree | 5a3d5e02816535d93c047eac01d023561769b414 /README.s60-mkspec | |
parent | 375387c529c47211a06e09c5a24d9dbf12bf426b (diff) | |
download | Qt-62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369.zip Qt-62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369.tar.gz Qt-62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369.tar.bz2 |
Updates on how its easier now
Diffstat (limited to 'README.s60-mkspec')
-rw-r--r-- | README.s60-mkspec | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/README.s60-mkspec b/README.s60-mkspec index 9e0db89..a065426 100644 --- a/README.s60-mkspec +++ b/README.s60-mkspec @@ -24,7 +24,7 @@ Compiling: export RVCT22LIB=<rvct-dir>/lib/armlib export EPOCROOT=<s60-root> - export PATH=$PATH:<s60-root>/epoc32/tools + export PATH=$PATH:<s60-root>/epoc32/tools:<rvctInstallDir>/bin export PATH=$PATH:<qt-root>/bin Replace the s60-root with the installation directory of your SDK, @@ -38,27 +38,20 @@ Compiling: symbian/linux-armcc -little-endian -host-little-endian \ -arch symbian - 3. Compile the host tools. This unfortunately does not happen - automatically. + 3. Compile Qt - cd src/tools - for i in bootstrap moc rcc uic; do make -C $i; done - - 4. Compile QtCore.dll: - - cd ../corelib - qmake -platform symbian/linux-armcc + cd src make and then wait for a while. - 5. Compile some helloworld application (I leave the details to you + 4. Compile some helloworld application (I leave the details to you ;-) - qmake -platform symbian/linux-armcc + qmake make - 6. Package and run on the phone. This is unfortunately a bit of a + 5. Package and run on the phone. This is unfortunately a bit of a manual step at the moment. Your best bet is to look at a Windows build of the same application, and manually grab the .rsc files that it refers to and put them in the application directory on @@ -76,3 +69,4 @@ Compiling: selfsigned.cer selfsigned.key 7. Enjoy QObjects and "hello world" on the phone! + |