author | zautrix <zautrix> | 2004-09-12 09:10:04 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-12 09:10:04 (UTC) |
commit | 2848d8373ab0785cd21c4588d8fe7ad21ad6f291 (patch) (side-by-side diff) | |
tree | 41ccedfa0e6c32b9c276150cf221241de189940f /setZaurus | |
parent | d03369e14779dcbedb1e6a8882859664f818f588 (diff) | |
download | kdepimpi-2848d8373ab0785cd21c4588d8fe7ad21ad6f291.zip kdepimpi-2848d8373ab0785cd21c4588d8fe7ad21ad6f291.tar.gz kdepimpi-2848d8373ab0785cd21c4588d8fe7ad21ad6f291.tar.bz2 |
Better version handling when building ipk packages
-rw-r--r-- | setZaurus | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,18 +1,19 @@ # copy this dir to /opt/Qtopia/examples/ # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus # add the following line to ~/.bashrc without leading # # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus' # then type in terminal cz<return> to set the variables # for cross-compiling export QPEDIR=/opt/Qtopia/sharp export OPIEDIR=/kde_dev/opie #export BUILD_NO_OPIE_PLUGIN=1 #export BUILD_NO_SHARP_PLUGIN=1 #export BUILD_NO_GAMMU=1 export QTDIR=/opt/Qtopia/sharp export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ export PLATFORM=zaurus export RELEASE_DEBUG=release export SHARPDTMSDK=/opt/dtm #export RELEASE_DEBUG=debug
\ No newline at end of file +export KDEPIM_VERSION=1.9.4a
\ No newline at end of file |