Set INSTALL_PATH 2.
This commit is contained in:
parent
63eb7199a1
commit
e502d66a3b
4 changed files with 0 additions and 4 deletions
|
@ -38,7 +38,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
||||||
self.setRootDir(rootDir)
|
self.setRootDir(rootDir)
|
||||||
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
|
|
||||||
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', self.targetSystem)
|
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', self.targetSystem)
|
||||||
self.detectQtIFW()
|
self.detectQtIFW()
|
||||||
self.detectQtIFWVersion()
|
self.detectQtIFWVersion()
|
||||||
|
|
|
@ -38,7 +38,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
||||||
self.setRootDir(rootDir)
|
self.setRootDir(rootDir)
|
||||||
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
|
|
||||||
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', sys.platform)
|
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto', sys.platform)
|
||||||
self.detectQtIFW()
|
self.detectQtIFW()
|
||||||
self.detectQtIFWVersion()
|
self.detectQtIFWVersion()
|
||||||
|
|
|
@ -37,7 +37,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
|
||||||
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
||||||
self.setRootDir(rootDir)
|
self.setRootDir(rootDir)
|
||||||
self.targetSystem = 'posix_windows'
|
self.targetSystem = 'posix_windows'
|
||||||
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
|
|
||||||
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows')
|
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows')
|
||||||
self.detectQtIFW()
|
self.detectQtIFW()
|
||||||
self.detectQtIFWVersion()
|
self.detectQtIFWVersion()
|
||||||
|
|
|
@ -37,7 +37,6 @@ class Deploy(DTDeployBase.DeployBase, DTQt5.Qt5Tools):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
rootDir = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))
|
||||||
self.setRootDir(rootDir)
|
self.setRootDir(rootDir)
|
||||||
self.installDir = os.path.join(self.buildDir, 'ports/deploy/temp_priv')
|
|
||||||
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows')
|
self.pkgsDir = os.path.join(self.buildDir, 'ports/deploy/packages_auto/windows')
|
||||||
self.detectQtIFW()
|
self.detectQtIFW()
|
||||||
self.detectQtIFWVersion()
|
self.detectQtIFWVersion()
|
||||||
|
|
Loading…
Reference in a new issue