Skip to content

Qt lib check #288

@kb2623

Description

@kb2623

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions