mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-20 15:40:24 +01:00
Set qt5 variable direct to qmake
This commit is contained in:
parent
07b6ded17f
commit
b44dcd2de6
|
|
@ -166,9 +166,7 @@ tput cup 15 5
|
|||
echo "-> compile multimon-ng................."
|
||||
mkdir -p build
|
||||
cd build
|
||||
# Export environment variable for qt5
|
||||
export QT_SELECT=qt5
|
||||
qmake ../multimon-ng.pro >> ${boswatch_install_path}/setup_log.txt 2>&1
|
||||
qmake -qt=qt5 ../multimon-ng.pro >> ${boswatch_install_path}/setup_log.txt 2>&1
|
||||
exitcodefunction $? qmake multimonNG
|
||||
|
||||
make >> ${boswatch_install_path}/setup_log.txt 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue