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 /qt/makefile | |
parent | 242363e630f2f541bcf1b7133f21ab2730587c4f (diff) |
Add code for Qt profile dist build
Diffstat (limited to 'qt/makefile')
-rw-r--r-- | qt/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/makefile b/qt/makefile index 5520b8a..b8758a5 100644 --- a/qt/makefile +++ b/qt/makefile @@ -21,6 +21,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs))) $(dist): export extra_dist := build.bat $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_dirs))) + $(call meta-vctest,mysql/qt-mysql-vc10.sln,build.bat) $(call meta-automake) $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(dirs))) |