##// END OF EJS Templates
Fix Charts mac build...
Titta Heikkala -
r2664:3a0cfadefc42
parent child
Show More
@@ -78,7 +78,7 contains(QMAKE_HOST.os, Windows) {
78 CHART_BUILD_LIB_DIR = $$replace(CHART_BUILD_LIB_DIR, "/","\\")
78 CHART_BUILD_LIB_DIR = $$replace(CHART_BUILD_LIB_DIR, "/","\\")
79 }
79 }
80
80
81 mac: {
81 macx: {
82 # Some Qt versions use an incompatible configuration on OSX which makes the build fail.
82 # Some Qt versions use an incompatible configuration on OSX which makes the build fail.
83 # As a work-around, set the minimum OSX version to 10.5.
83 # As a work-around, set the minimum OSX version to 10.5.
84 QMAKE_CXXFLAGS *= -mmacosx-version-min=10.5
84 QMAKE_CXXFLAGS *= -mmacosx-version-min=10.5
General Comments 0
You need to be logged in to leave comments. Login now