Commit 93811352 authored by Lorenz Meier's avatar Lorenz Meier

OS X build fix for 10.9

parent 17b51ba9
......@@ -45,6 +45,7 @@ linux {
macx-clang | macx-llvm {
message("Mac build")
CONFIG += MacBuild
QMAKE_MAC_SDK = macosx10.9
} else {
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment