mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct incorrect variable qt_version instead of QT_VERSION in build.sh
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
19df57d7d3
commit
dc0f011920
1 changed files with 2 additions and 2 deletions
|
@ -141,9 +141,9 @@ if [ $PLATFORM = Linux ] ; then
|
|||
QT_HEADERS_PATH=`$QMAKE -query QT_INSTALL_HEADERS`
|
||||
QT_VERSION=`$QMAKE -v | grep "Qt" | cut -d" " -f4`
|
||||
|
||||
if [ ! -d "$QT_HEADERS_PATH/QtLocation/$qt_version/QtLocation/private" ] &&
|
||||
if [ ! -d "$QT_HEADERS_PATH/QtLocation/$QT_VERSION/QtLocation/private" ] &&
|
||||
[ ! -d $INSTALL_ROOT/include/QtLocation/private ] ; then
|
||||
echo "Missing private Qt headers for $qt_version; downloading them..."
|
||||
echo "Missing private Qt headers for $QT_VERSION; downloading them..."
|
||||
|
||||
QTLOC_GIT=./qtlocation_git
|
||||
QTLOC_PRIVATE=$INSTALL_ROOT/include/QtLocation/private
|
||||
|
|
Loading…
Add table
Reference in a new issue