summaryrefslogtreecommitdiffstats
path: root/ham/unixcw/BUILD
blob: 8af4ef2d0eb16ef35e9412ef6072fcaec36c7c4c (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 /usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so
  fi 

  mkdir  /tmp/unixcw_qt
  ln  -s /usr/include/qt  /tmp/unixcw_qt/include
  ln  -s /usr/bin         /tmp/unixcw_qt/bin
  ln  -s /usr/lib/qt      /tmp/unixcw_qt/lib
  export QTDIR=/tmp/unixcw_qt

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