Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 60ec6a7

Browse files
committed
PWEB-7507 - Minor update for qmake-qt5
1 parent 2afa5b9 commit 60ec6a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Build-Linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ else
1515
fi
1616

1717
echo "Checking qmake installed"
18-
#qmake-qt5 --version &> /dev/null
19-
qmake-qt4 --version
18+
qmake-qt5 --version &> /dev/null
2019
if [ $? != 0 ]; then
2120
echo "qmake-qt5 is not installed, exiting build"
2221
exit 1

0 commit comments

Comments
 (0)