summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-04-07 18:45:54 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-07 16:27:39 -0700
commitc4a352af1fe53dbca3acee64e583d304838859d1 (patch)
treed1b7eb79d34df92980bf0b350975b2ccadcee6cb /scripts
parentfe37ce02d1769c5c195bc1f215047a0c373ad902 (diff)
downloadsubsurface-c4a352af1fe53dbca3acee64e583d304838859d1.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 12b62257b..4675b23c2 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -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