summaryrefslogtreecommitdiffabout
path: root/setQtopia
blob: e08f13c088c68d19b29a8a3e5e1b7941113aec7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 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