From 62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Tue, 19 Jan 2010 15:36:11 +0100 Subject: Updates on how its easier now --- README.s60-mkspec | 20 +++++++------------- 1 file 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=/lib/armlib export EPOCROOT= - export PATH=$PATH:/epoc32/tools + export PATH=$PATH:/epoc32/tools:/bin export PATH=$PATH:/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! + -- cgit v0.12