comparison acinclude.m4 @ 359:698c3d6f79a2

* Use macx-g++ qmake spec on OS/X
author Chris Cannam
date Fri, 08 Oct 2010 12:04:14 +0100
parents 518224ea73ca
children 85466530456a
comparison
equal deleted inserted replaced
358:a5aa8d268817 359:698c3d6f79a2
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