Mercurial > hg > sonic-visualiser
comparison configure @ 359:698c3d6f79a2
* Use macx-g++ qmake spec on OS/X
author | Chris Cannam |
---|---|
date | Fri, 08 Oct 2010 12:04:14 +0100 |
parents | a5aa8d268817 |
children | 0f1941a756ca |
comparison
equal
deleted
inserted
replaced
358:a5aa8d268817 | 359:698c3d6f79a2 |
---|---|
4154 from the wrong version of Qt (Qt4 is required). Please check | 4154 from the wrong version of Qt (Qt4 is required). Please check |
4155 that this is the correct version of qmake for Qt4 builds. | 4155 that this is the correct version of qmake for Qt4 builds. |
4156 " >&2;} | 4156 " >&2;} |
4157 esac | 4157 esac |
4158 | 4158 |
4159 case "`uname`" in | |
4160 *Linux) QMAKE="$QMAKE -spec macx-g++";; | |
4161 esac | |
4162 | |
4159 | 4163 |
4160 | 4164 |
4161 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" | 4165 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" |
4162 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" | 4166 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" |
4163 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" | 4167 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" |