This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5699 Add deploy target to GUI configure

  • Loading branch information...
XinyuHou committed Nov 2, 2016
1 parent 340ee43 commit 5cccac360c17b59d7613e3e32c43dca88e4162a6
Showing with 2 additions and 2 deletions.
  1. +2 −2 ext/toolchain/commands1.py
@@ -509,8 +509,8 @@ def configureGui(self, target="", extraArgs=""):
sdkDir = self.getMacSdkDir()
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:

0 comments on commit 5cccac3

Please sign in to comment.