Commit 9f6a69b5 authored by Lorenz Meier's avatar Lorenz Meier

Build fix for recent Qt versions

parent 9f61f81b
...@@ -45,7 +45,6 @@ linux { ...@@ -45,7 +45,6 @@ linux {
macx-clang | macx-llvm { macx-clang | macx-llvm {
message("Mac build") message("Mac build")
CONFIG += MacBuild CONFIG += MacBuild
QMAKE_MAC_SDK = macosx10.9
} else { } else {
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported") 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