aboutsummaryrefslogtreecommitdiff
path: root/qt/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/makefile')
-rw-r--r--qt/makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/qt/makefile b/qt/makefile
index d7c6fef..d4e8265 100644
--- a/qt/makefile
+++ b/qt/makefile
@@ -74,15 +74,18 @@ $(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): export name := $(name)
$(dist): export odb_header_stem := $(basename $(odb_hdr))
-$(dist): export extra_dist := README $(call vc9projs,$(name)) \
-$(call vc10projs,$(name)) $(call vc9slns,$(name)) $(call vc10slns,$(name))
+$(dist): export extra_dist := README \
+$(call vc9projs,$(name)) $(call vc10projs,$(name)) $(call vc11projs,$(name)) \
+$(call vc9slns,$(name)) $(call vc10slns,$(name)) $(call vc11slns,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) README database.hxx)
$(call meta-automake,../template/Makefile.am)
$(call meta-vc9projs,$(name),$(name))
$(call meta-vc10projs,$(name),$(name))
+ $(call meta-vc11projs,$(name),$(name))
$(call meta-vc9slns,$(name))
$(call meta-vc10slns,$(name))
+ $(call meta-vc11slns,$(name))
# Test.
#
@@ -115,8 +118,10 @@ endif
$(call include,$(bld_root)/dist.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/vc9proj.make)
$(call include,$(bld_root)/meta/vc10proj.make)
+$(call include,$(bld_root)/meta/vc11proj.make)
$(call include,$(bld_root)/meta/automake.make)
$(call include,$(bld_root)/cxx/standard.make) # cxx_standard