summaryrefslogtreecommitdiffabout
path: root/setQtopia
blob: 60778ed932b59fefcacc09bf75abc8f18c1ab6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# add the following line to ~/.bashrc without leading #
# alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia'
# then type in terminal cq<return> to set the variables
# for desktop version in virtual framebuffer
export QPEDIR=/opt/Qtopia
export OPIEDIR=/kde_dev/opie
export BUILD_NO_OPIE_PLUGIN=1
#export BUILD_NO_GAMMU=1
export QTDIR=/opt/Qtopia
export PATH=$QTDIR/bin:$PATH   
export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++
export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH
export PLATFORM=qtopia
export QTOPIALIB=-lqtopia
#export RELEASE_DEBUG=release
export RELEASE_DEBUG=debug