diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-18 12:56:18 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:23 +0200 |
commit | e08eeb9e5da87a729992c5a1d14bfd62f4ed2205 (patch) | |
tree | df731d11c8770628acba94ec4593413d1ee95b5b /qt/build.bat | |
parent | da9dd6be1b0203c496af4aff16df60fedc64463a (diff) |
Add tests for qt/smart-ptr
Diffstat (limited to 'qt/build.bat')
-rw-r--r-- | qt/build.bat | 6 |
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. |