Mercurial > hg > svgui
comparison configure @ 572:4cc67b45aaa7
* Regenerate configure
author | Chris Cannam |
---|---|
date | Fri, 08 Oct 2010 12:05:44 +0100 |
parents | 3facd03da4a4 |
children | 462e4f59c261 |
comparison
equal
deleted
inserted
replaced
571:ce7b8b790020 | 572:4cc67b45aaa7 |
---|---|
4153 from the wrong version of Qt (Qt4 is required). Please check | 4153 from the wrong version of Qt (Qt4 is required). Please check |
4154 that this is the correct version of qmake for Qt4 builds. | 4154 that this is the correct version of qmake for Qt4 builds. |
4155 " >&2;} | 4155 " >&2;} |
4156 esac | 4156 esac |
4157 | 4157 |
4158 case "`uname`" in | |
4159 *Darwin*) QMAKE="$QMAKE -spec macx-g++";; | |
4160 esac | |
4161 | |
4158 | 4162 |
4159 | 4163 |
4160 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" | 4164 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" |
4161 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" | 4165 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" |
4162 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" | 4166 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" |