-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am having problems building SimpleIDE. I build propeller-gcc and Qt 5.4.2 from source, but when I am trying to build the SimpleIDE I get error when I try to run plinrelease.sh script. I suspect that the problem lies somewhere in:
QMAKE=`which qmake`
QT5QMAKE=`echo ${QMAKE} | grep -i 'Qt5'`
grep -i 'Qt5' ${QMAKE}
if test $? != 0 ; then
echo "The qmake program must be Qt5.4 or higher vintage."
echo "Please adjust PATH to include a Qt5 build if necessary."
echo "Please install Qt5.4 from here if you don't have it already:"
echo "download.qt.io./official_releases/qt/5.4/5.4.2"
exit 1
fi
For checking qt version a different command should be used. I think that the best command for version check should be qmake -v.
Metadata
Metadata
Assignees
Labels
No labels