aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_module.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-10-07 17:33:13 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-11-12 12:32:25 +0000
commit35437853b12cc712daab607f95eae47200403813 (patch)
treec9d632b4fc66f7eccfa58007a8dfb62f5b7c3036 /packaging-tools/bld_module.py
parent460955b80ec14648800e9b322355d4a6843b5e79 (diff)
Add GammaRay build.
Change-Id: I1bcb0bfa9822e4bc9096fd4825342b43c2c2ec15 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Diffstat (limited to 'packaging-tools/bld_module.py')
-rwxr-xr-xpackaging-tools/bld_module.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging-tools/bld_module.py b/packaging-tools/bld_module.py
index ae6b42cdb..4d18ffa0a 100755
--- a/packaging-tools/bld_module.py
+++ b/packaging-tools/bld_module.py
@@ -180,6 +180,10 @@ parser.add_argument('--collectDocs', help="Should the docs be collected for this
if not bldinstallercommon.is_mac_platform():
parser.add_argument('--icu7z', help="a file or url where it get icu libs as 7z", required=False, default='')
+if bldinstallercommon.is_win_platform():
+ parser.add_argument('--environment_batch', help="batch file that sets up environment")
+ parser.add_argument('--environment_batch_argument', help="if the batch file needs an argument just add it with this argument")
+
callerArguments = parser.parse_args()
# cleanup some values inside the callerArguments object