fix QT_SELECT

This commit is contained in:
Syping 2018-06-10 02:11:49 +02:00
parent fd5ce958bd
commit 1f1025787e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -31,7 +31,7 @@ done
SOURCE_DIR=$(cd -P "$(dirname "$SOURCE")" && pwd)
# Find Qt Installation
QT_SELECT=qt5
export QT_SELECT=qt5
if [ -x "${QMAKE_PATH}" ]; then
QMAKE_PATH=${QMAKE_PATH}
QT_VERSION=$(${QMAKE_PATH} -query "QT_VERSION")