comparison acinclude.m4 @ 207:fcac1e59d4c1

* Use macx-g++ qmake spec on OS/X
author Chris Cannam
date Fri, 08 Oct 2010 12:04:45 +0100
parents 7f6fad69f7fd
children ee31e2f3a0f1
comparison
equal deleted inserted replaced
206:58e41f580714 207:fcac1e59d4c1
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