Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / patches / qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch
1 diff -rupN qt-4.8.4_old/configure qt-4.8.4_new/configure
2 --- qt-4.8.4_old/configure      2012-11-23 11:11:23.000000000 +0100
3 +++ qt-4.8.4_new/configure      2015-07-02 10:04:54.286480668 +0200
4 @@ -7666,7 +7666,7 @@ case "$XPLATFORM" in
5      *-g++*)
6         # Check gcc's version
7         case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
8 -           4*|3.4*)
9 +           4*|3.4*|5*)
10                 ;;
11              3.3*)
12                  canBuildWebKit="no"