aboutsummaryrefslogtreecommitdiff
path: root/qt/mssql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-07 12:32:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-07 12:32:10 +0200
commit14cc151f37a089784f8db162bb6f419ec8d1aecb (patch)
tree007f9310034cf9091ad6da9bbd9bd2af4588eac9 /qt/mssql/makefile
parentb81096a979f96175efc6cd5a8e05cab801dfcf81 (diff)
Add Qt5 VC project/solution files
Diffstat (limited to 'qt/mssql/makefile')
-rw-r--r--qt/mssql/makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/qt/mssql/makefile b/qt/mssql/makefile
index 8f8c848..e8c52c4 100644
--- a/qt/mssql/makefile
+++ b/qt/mssql/makefile
@@ -18,13 +18,20 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
$(dist): name := qt-mssql
$(dist): export dirs := $(tests)
-$(dist): export extra_dist := $(name)-vc9.sln $(name)-vc10.sln $(name)-vc11.sln test.bat
+$(dist): export extra_dist := test.bat \
+$(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-vc9sln,$(name)-vc9.sln)
- $(call meta-vc10sln,$(name)-vc10.sln)
- $(call meta-vc11sln,$(name)-vc11.sln)
- $(call meta-vctest,$(name)-vc10.sln,test.bat)
+ $(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)
+ $(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)
+ # Can't have Qt-version specific tests.
+ $(call meta-vctest,$(name)-qt4-vc10.sln,test.bat)
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))