summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/setqt.sh
authorpohly <pohly>2004-08-24 20:52:45 (UTC)
committer pohly <pohly>2004-08-24 20:52:45 (UTC)
commit73253e93327cf4ef0932de1b4afb56af22a0f37e (patch) (side-by-side diff)
tree1c9a7a6dd3341e036a894d348a3372525d29acec /noncore/apps/opie-reader/setqt.sh
parente90847c784c48bd21bf8768cb38edb853b832697 (diff)
downloadopie-73253e93327cf4ef0932de1b4afb56af22a0f37e.zip
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.gz
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.bz2
updated source to opie-reader 0.7g
Diffstat (limited to 'noncore/apps/opie-reader/setqt.sh') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/setqt.sh30
1 files changed, 30 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/setqt.sh b/noncore/apps/opie-reader/setqt.sh
new file mode 100644
index 0000000..1b7e7b7
--- a/dev/null
+++ b/noncore/apps/opie-reader/setqt.sh
@@ -0,0 +1,30 @@
+red='\e[0;31m'
+RED='\e[1;31m'
+blue='\e[0;34m'
+BLUE='\e[1;34m'
+cyan='\e[0;36m'
+CYAN='\e[1;36m'
+NC='\e[0m' # No Color
+
+if test -z $OLDPATH; then
+ export OLDPATH=$PATH
+fi
+
+if test -z $OLD_LD_LIBRARY_PATH; then
+ export OLD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
+fi
+
+#export QPEDIR=/opt/Qtopia
+export QTDIR=/usr/lib/qt3
+export PATH=$QTDIR/bin:$OLDPATH
+#export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++
+
+export READERDIR=/home/tim/uqtreader
+export LD_LIBRARY_PATH=$READERDIR/lib:$OLD_LD_LIBRARY_PATH
+
+
+#PS1="[${cyan}\T$NC][${RED}Laptop${NC}]\W> "
+#PS1="[${RED}NevyOS${NC}]\W> "
+PS1="[QT]\W> "
+
+echo -e \\n${RED}QT${NC} environment configured\\n