Set qt5 variable direct to qmake

This commit is contained in:
Lars Gremme 2022-01-23 12:38:26 +01:00
parent 07b6ded17f
commit b44dcd2de6

View file

@ -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