Set path for qt in linux ci

This commit is contained in:
Jan Möbius
2021-09-21 15:08:54 +02:00
parent c204b4a553
commit 54e3c8ae36
2 changed files with 5 additions and 3 deletions

View File

@@ -76,8 +76,13 @@ elif [ "$QTVERSION" == "qt6.0.3" ]; then
echo "Using QT6.0.3";
BUILDPATH="$BUILDPATH-qt6.0.3"
OPTIONS="$OPTIONS -DQT_INSTALL_PATH=~/sw/Qt/6.0.3/gcc_64 -DQT_VERSION=6"
elif [ "$QTVERSION" == "qt6.1.2" ]; then
echo "Using QT6.0.3";
BUILDPATH="$BUILDPATH-qt6.1.2"
OPTIONS="$OPTIONS -DQT_INSTALL_PATH=~/sw/Qt/6.1.2/gcc_64 -DQT_VERSION=6"
fi
#=====================================
# Color Settings:
#=====================================