build linux snapshot with QT5 by default

master
Don Bright 2014-04-26 23:48:18 -05:00
parent 319737daff
commit 9be9d1513d
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@ echo "NUMCPU: " $NUMCPU
case $OS in
LINUX|MACOSX)
TARGET=
# for QT4 set QT_SELECT=4
QT_SELECT=5
export QT_SELECT
;;
WIN)
export QTDIR=/c/devmingw/qt2009.03