comparison acinclude.m4 @ 655:3270c92deacd

* Use macx-g++ qmake spec on OS/X
author Chris Cannam
date Fri, 08 Oct 2010 12:04:39 +0100
parents 5ada98fb61cf
children 59ae875b017b
comparison
equal deleted inserted replaced
654:0d639fe81481 655:3270c92deacd
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