#5699 Add deploy target to GUI configure

This commit is contained in:
Jerry (Xinyu Hou) 2016-11-02 11:55:39 +00:00
parent 340ee43d90
commit 5cccac360c
1 changed files with 2 additions and 2 deletions

View File

@ -510,7 +510,7 @@ class InternalCommands:
shortForm = "macosx" + self.macSdk
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()
if qMajor <= 4: