#5699 Add deploy target to GUI configure
This commit is contained in:
parent
340ee43d90
commit
5cccac360c
|
@ -510,7 +510,7 @@ class InternalCommands:
|
||||||
shortForm = "macosx" + self.macSdk
|
shortForm = "macosx" + self.macSdk
|
||||||
version = str(major) + "." + str(minor)
|
version = str(major) + "." + str(minor)
|
||||||
|
|
||||||
qmake_cmd_string += " QMAKE_MACOSX_DEPLOYMENT_TARGET=" + version
|
qmake_cmd_string += " QMAKE_MACOSX_DEPLOYMENT_TARGET=" + self.macDeploy
|
||||||
|
|
||||||
(qMajor, qMinor, qRev) = self.getQmakeVersion()
|
(qMajor, qMinor, qRev) = self.getQmakeVersion()
|
||||||
if qMajor <= 4:
|
if qMajor <= 4:
|
||||||
|
|
Loading…
Reference in New Issue