comparison acinclude.m4 @ 571:ce7b8b790020

* Use macx-g++ qmake spec on OS/X
author Chris Cannam
date Fri, 08 Oct 2010 12:04:42 +0100
parents a8e145ea726b
children b716527bb0c9
comparison
equal deleted inserted replaced
570:3facd03da4a4 571:ce7b8b790020
92 from the wrong version of Qt (Qt4 is required). Please check 92 from the wrong version of Qt (Qt4 is required). Please check
93 that this is the correct version of qmake for Qt4 builds. 93 that this is the correct version of qmake for Qt4 builds.
94 ]) 94 ])
95 esac 95 esac
96 96
97 case "`uname`" in
98 *Darwin*) QMAKE="$QMAKE -spec macx-g++";;
99 esac
100
97 ]) 101 ])
98 102