aboutsummaryrefslogtreecommitdiff
path: root/qt/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/common/makefile')
-rw-r--r--qt/common/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt/common/makefile b/qt/common/makefile
index 1ac4f7e..33b17aa 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -24,11 +24,12 @@ name := qt-common
$(dist): name := $(name)
$(dist): export dirs := $(tests)
$(dist): export extra_dist := test.bat $(call vc9slns,$(name)) \
-$(call vc10slns,$(name))
+$(call vc10slns,$(name)) $(call vc11slns,$(name))
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_tests)))
$(call meta-automake)
$(call meta-vc9slns,$(name))
$(call meta-vc10slns,$(name))
+ $(call meta-vc11slns,$(name))
$(call meta-vctest,$(name)-mysql-vc10.sln,test.bat)
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(build_tests)))
@@ -36,6 +37,7 @@ $(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(all_tests)))
$(call include,$(bld_root)/meta/vc9sln.make)
$(call include,$(bld_root)/meta/vc10sln.make)
+$(call include,$(bld_root)/meta/vc11sln.make)
$(call include,$(bld_root)/meta/vctest.make)
$(call include,$(bld_root)/meta/automake.make)