aboutsummaryrefslogtreecommitdiff
path: root/qt/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'qt/build.bat')
-rw-r--r--qt/build.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/qt/build.bat b/qt/build.bat
index fd83e05..e5401be 100644
--- a/qt/build.bat
+++ b/qt/build.bat
@@ -81,6 +81,12 @@ for %%d in (%1) do (
)
)
+for %%c in (%confs%) do
+ for %%p in (%plats%) do (
+ call :run_build common/qt-common-%1-vc%vcver%.sln %%c %%p
+ )
+)
+
if not "_%failed%_" == "__" goto error
echo.