summaryrefslogblamecommitdiffstats
path: root/ham/unixcw/BUILD
blob: ac44175a1471a44c91b59d3ddf5aa7c15c223def (plain) (tree)
1
2
3
4
5
6
7
8
                                     
                                                                  


                       


                                                          





                                        
            
  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
  export QTDIR=/tmp/unixcw_qt

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