summaryrefslogtreecommitdiffabout
path: root/setQtopia
Unidiff
Diffstat (limited to 'setQtopia') (more/less context) (show whitespace changes)
-rwxr-xr-xsetQtopia3
1 files changed, 3 insertions, 0 deletions
diff --git a/setQtopia b/setQtopia
index 60778ed..50cc6e6 100755
--- a/setQtopia
+++ b/setQtopia
@@ -1,18 +1,21 @@
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
5export QPEDIR=/opt/Qtopia 5export QPEDIR=/opt/Qtopia
6export OPIEDIR=/kde_dev/opie 6export OPIEDIR=/kde_dev/opie
7export BUILD_NO_OPIE_PLUGIN=1 7export BUILD_NO_OPIE_PLUGIN=1
8export BUILD_NO_LDAP_PLUGIN=1
8#export BUILD_NO_GAMMU=1 9#export BUILD_NO_GAMMU=1
9export QTDIR=/opt/Qtopia 10export QTDIR=/opt/Qtopia
10export PATH=$QTDIR/bin:$PATH 11export PATH=$QTDIR/bin:$PATH
12#export BUILD_NO_PWMANAGER=1
11export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ 13export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++
12export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH 14export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH
13export PLATFORM=qtopia 15export PLATFORM=qtopia
14export QTOPIALIB=-lqtopia 16export QTOPIALIB=-lqtopia
17export LIBICAL_PATH=/qtopia
15#export RELEASE_DEBUG=release 18#export RELEASE_DEBUG=release
16export RELEASE_DEBUG=debug 19export RELEASE_DEBUG=debug
17 20
18 \ No newline at end of file 21 \ No newline at end of file