summaryrefslogtreecommitdiffstats
path: root/README.s60-mkspec
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-01-19 15:36:11 +0100
committerThomas Zander <t.zander@nokia.com>2010-01-19 15:37:49 +0100
commit62bfa2f0d67696bdb9f9d0cd0c665e2c81ca7369 (patch)
tree5a3d5e02816535d93c047eac01d023561769b414 /README.s60-mkspec
parent375387c529c47211a06e09c5a24d9dbf12bf426b (diff)
Updates on how its easier now
Diffstat (limited to 'README.s60-mkspec')
-rw-r--r--README.s60-mkspec20
1 files changed, 7 insertions, 13 deletions
diff --git a/README.s60-mkspec b/README.s60-mkspec
index 9e0db892a5..a065426911 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!
+