summaryrefslogtreecommitdiff
path: root/scripts/check-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-dependencies.sh')
-rwxr-xr-xscripts/check-dependencies.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check-dependencies.sh b/scripts/check-dependencies.sh
index 2032412..0c69124 100755
--- a/scripts/check-dependencies.sh
+++ b/scripts/check-dependencies.sh
@@ -104,6 +104,9 @@ gmp_sysver()
qt4_sysver()
{
qt4path=$1/include/qt4/QtCore/qglobal.h
+ if [ ! -e $qt4path ]; then
+ qt4path=$1/include/QtCore/qglobal.h
+ fi
if [ ! -e $qt4path ]; then return; fi
qt4ver=`grep 'define *QT_VERSION_STR *' $qt4path | awk '{print $3}'`
qt4ver=`echo $qt4ver | sed s/'"'//g`
contact: Jan Huwald // Impressum