From b44dcd2de6861122845ecf16a12580bd5b553976 Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Sun, 23 Jan 2022 12:38:26 +0100 Subject: [PATCH] Set qt5 variable direct to qmake --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 839d018..488d2eb 100644 --- a/install.sh +++ b/install.sh @@ -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