mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
There's no need to search for a qmake anymore
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fe37ce02d1
commit
c4a352af1f
1 changed files with 0 additions and 14 deletions
|
@ -19,20 +19,6 @@ if [[ ! -d "subsurface" ]] ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# qmake or qmake-qt5 ?
|
||||
qmake -v | grep "version 5" > /dev/null 2>&1
|
||||
if [[ $? -eq 0 ]] ; then
|
||||
QMAKE=qmake
|
||||
else
|
||||
qmake-qt5 -v | grep "version 5" > /dev/null 2>&1
|
||||
if [[ $? -eq 0 ]] ; then
|
||||
QMAKE=qmake-qt5
|
||||
else
|
||||
echo "can't find a working qmake for Qt5"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
mkdir -p install
|
||||
|
||||
# build libgit2
|
||||
|
|
Loading…
Add table
Reference in a new issue