aboutsummaryrefslogtreecommitdiff
path: root/qt/mssql/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/mssql/makefile')
-rw-r--r--qt/mssql/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/qt/mssql/makefile b/qt/mssql/makefile
index 7313e6a..282a581 100644
--- a/qt/mssql/makefile
+++ b/qt/mssql/makefile
@@ -17,7 +17,8 @@ $(dist): export extra_dist := test.bat \
$(name)-qt4-vc8.sln \
$(name)-qt4-vc9.sln $(name)-qt5-vc9.sln \
$(name)-qt4-vc10.sln $(name)-qt5-vc10.sln \
-$(name)-qt4-vc11.sln $(name)-qt5-vc11.sln
+$(name)-qt4-vc11.sln $(name)-qt5-vc11.sln \
+$(name)-qt4-vc12.sln $(name)-qt5-vc12.sln
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))
$(call meta-automake)
$(call meta-vc8sln,$(name)-qt4-vc8.sln,,-qt4-vc8.vcproj)
@@ -27,6 +28,8 @@ $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))
$(call meta-vc10sln,$(name)-qt5-vc10.sln,,-qt5-vc10.vcxproj)
$(call meta-vc11sln,$(name)-qt4-vc11.sln,,-qt4-vc11.vcxproj)
$(call meta-vc11sln,$(name)-qt5-vc11.sln,,-qt5-vc11.vcxproj)
+ $(call meta-vc12sln,$(name)-qt4-vc12.sln,,-qt4-vc12.vcxproj)
+ $(call meta-vc12sln,$(name)-qt5-vc12.sln,,-qt5-vc12.vcxproj)
# Can't have Qt-version specific tests.
$(call meta-vctest,$(name)-qt4-vc10.sln,test.bat)
@@ -37,6 +40,7 @@ $(call include,$(bld_root)/meta/vc8sln.make)
$(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/vc12sln.make)
$(call include,$(bld_root)/meta/vctest.make)
$(call include,$(bld_root)/meta/automake.make)