summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qscintilla/BUILD
blob: 285f3ab37c9b6e0dcb48e5225bc09db149f9dbfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

QTDIR=/usr                              &&
local QTSCINT                           &&
if is_depends_enabled $SPELL qt4 ; then
  PATH=$QTDIR/bin/qt4:$PATH
  QTSCINT=Qt4
else
  QTSCINT=Qt3
fi &&
 cd $SOURCE_DIRECTORY/$QTSCINT          &&
 qmake qscintilla.pro                   &&
 make