From 1f1025787eb4c1484ba7e0a17acb17b8ac4e4240 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 10 Jun 2018 02:11:49 +0200 Subject: [PATCH] fix QT_SELECT --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0009205..962a1d1 100755 --- a/configure +++ b/configure @@ -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")