summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-03-11 14:24:55 (GMT)
committerMarius Kintel <marius@kintel.net>2013-03-11 14:24:55 (GMT)
commit6a2967a1f423115a15e619235414124930579359 (patch)
tree0abd286a474757e47d5517e97d154a5a43c8fd51 /scripts
parente868b4a5a178ceb6b340e16151b0f82ec322fc9a (diff)
Qt fixes for clang
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-build-dependencies.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index e208fdd..a6963a4 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -51,6 +51,10 @@ build_qt()
fi
tar xzf qt-everywhere-opensource-src-$version.tar.gz
cd qt-everywhere-opensource-src-$version
+ if $OPTION_CLANG; then
+ # FIX for clang
+ sed -i "" -e "s/::TabletProximityRec/TabletProximityRec/g" src/gui/kernel/qt_cocoa_helpers_mac_p.h
+ fi
if $OPTION_32BIT; then
QT_32BIT="-arch x86"
fi
contact: Jan Huwald // Impressum