|
diff --git a/setQtopia b/setQtopia index e08f13c..60778ed 100755 --- a/ setQtopia+++ b/ setQtopia |
|
@@ -1,17 +1,18 @@ |
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 |
16 | |
17 | |
17 |
\ No newline at end of file |
18 |
\ No newline at end of file |
|