diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-30 15:54:27 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:04:37 +0200 |
commit | 75f8ef2dcddea1260a31491c97a26d30a18fce6c (patch) | |
tree | ea388153b6a8073b3ade61c12f86d76d9ea501f1 /test.bat | |
parent | 242363e630f2f541bcf1b7133f21ab2730587c4f (diff) |
Add code for Qt profile dist build
Diffstat (limited to 'test.bat')
-rw-r--r-- | test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ goto :eof :start -for %%d in (tracer common %1 boost\common boost\%1) do ( +for %%d in (tracer common %1 boost\common boost\%1 qt\%1) do ( call :run_test %%d %1 ) |