author | zautrix <zautrix> | 2004-08-30 21:21:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 21:21:12 (UTC) |
commit | 9bd5f28b42d2fc569cd92ece73282f3dc6491d4d (patch) (unidiff) | |
tree | c7e820667c25952048cdf604e0ca91f61b22c077 /setQtopia | |
parent | a415f6b4188fe9fc7a7c8d530def31d0877a8073 (diff) | |
download | kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.zip kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.tar.gz kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.tar.bz2 |
Makefile fixes
-rwxr-xr-x | setQtopia | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,15 +1,16 @@ | |||
1 | # add the following line to ~/.bashrc without leading # | 1 | # add the following line to ~/.bashrc without leading # |
2 | # alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' | 2 | # alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' |
3 | # then type in terminal cq<return> to set the variables | 3 | # then type in terminal cq<return> to set the variables |
4 | # for desktop version in virtual framebuffer | 4 | # for desktop version in virtual framebuffer |
5 | export QPEDIR=/opt/Qtopia | 5 | export QPEDIR=/opt/Qtopia |
6 | export OPIEDIR=/kde_dev/opie | 6 | export OPIEDIR=/kde_dev/opie |
7 | export BUILD_NO_OPIE_PLUGIN=1 | 7 | export BUILD_NO_OPIE_PLUGIN=1 |
8 | #export BUILD_NO_GAMMU=1 | ||
8 | export QTDIR=/opt/Qtopia | 9 | export QTDIR=/opt/Qtopia |
9 | export PATH=$QTDIR/bin:$PATH | 10 | export PATH=$QTDIR/bin:$PATH |
10 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ | 11 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ |
11 | export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH | 12 | export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH |
12 | export PLATFORM=qtopia | 13 | export PLATFORM=qtopia |
13 | export QTOPIALIB=-lqtopia | 14 | export QTOPIALIB=-lqtopia |
14 | #export RELEASE_DEBUG=release | 15 | #export RELEASE_DEBUG=release |
15 | export RELEASE_DEBUG=debug | 16 | export RELEASE_DEBUG=debug |