aboutsummaryrefslogtreecommitdiff
path: root/qt/mssql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-07-08 14:54:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-07-08 14:54:20 +0200
commit7b31bf12b9f517e2a9795d63a1701cdf23279d5a (patch)
treebee55e48487f8e5f94c79098012f846b232a5b47 /qt/mssql/makefile
parent9d516749457284f093306b5e4673cec1818c3d53 (diff)
Add support for Visual Studio 2005
Diffstat (limited to 'qt/mssql/makefile')
-rw-r--r--qt/mssql/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt/mssql/makefile b/qt/mssql/makefile
index e3dc361..7313e6a 100644
--- a/qt/mssql/makefile
+++ b/qt/mssql/makefile
@@ -14,11 +14,13 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
$(dist): name := qt-mssql
$(dist): export dirs := $(tests)
$(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
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))
$(call meta-automake)
+ $(call meta-vc8sln,$(name)-qt4-vc8.sln,,-qt4-vc8.vcproj)
$(call meta-vc9sln,$(name)-qt4-vc9.sln,,-qt4-vc9.vcproj)
$(call meta-vc9sln,$(name)-qt5-vc9.sln,,-qt5-vc9.vcproj)
$(call meta-vc10sln,$(name)-qt4-vc10.sln,,-qt4-vc10.vcxproj)
@@ -31,6 +33,7 @@ $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))
+$(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)