Skip to content

Commit

Permalink
Mac: Making qmake messages clearer
Browse files Browse the repository at this point in the history
CMake has now been replaced with qmake in the master.

The old CMake project files will be deleted after it has been
verified that the qmake project files are working on all
platforms.
  • Loading branch information
skyjake committed Sep 21, 2011
1 parent 1bdafaa commit 4112eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/config.pri
Expand Up @@ -137,13 +137,13 @@ deng_nofixedasm {
macx {
# Select OS version.
deng_snowleopard {
echo("Using Mac OS 10.6 SDK (Universal 32/64-bit, no PowerPC binary).")
echo("Using Mac OS 10.6 SDK (32/64-bit Intel).")
QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.6.sdk
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
CONFIG += x86 x86_64
}
else {
echo("Using Mac OS 10.4 SDK (Universal 32-bit Intel/PowerPC binary.)")
echo("Using Mac OS 10.4 SDK (32-bit Intel + PowerPC).")
QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk
QMAKE_CFLAGS += -mmacosx-version-min=10.4
DEFINES += MACOS_10_4
Expand Down

0 comments on commit 4112eab

Please sign in to comment.