summaryrefslogtreecommitdiffstats
path: root/ham/unixcw/BUILD
blob: 7e5cccea1a0f4de20db112cfc9bc80aafc2a9d16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ! [ -e /usr/lib/libqt.so ]; then
   ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
fi 

mkdir  /tmp/unixcw_qt
ln -s $TRACK_ROOT/usr/include/qt  /tmp/unixcw_qt/include
ln -s $TRACK_ROOT/usr/bin         /tmp/unixcw_qt/bin
ln -s $TRACK_ROOT/usr/lib/qt      /tmp/unixcw_qt/lib
persistent_add QTDIR=/tmp/unixcw_qt

./configure  --prefix=/usr          \
             --sysconfdir=/etc      \
             --localstatedir=/var   \
             $OPTS                  &&
make all