From af01132b8911398ffc5952cbf095d2fa00d59574 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Feb 2013 12:32:10 +0200 Subject: Add Qt5 VC project/solution files --- qt/makefile | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'qt/makefile') diff --git a/qt/makefile b/qt/makefile index d4e8265..7352e74 100644 --- a/qt/makefile +++ b/qt/makefile @@ -75,17 +75,25 @@ $(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 vc11projs,$(name)) \ -$(call vc9slns,$(name)) $(call vc10slns,$(name)) $(call vc11slns,$(name)) +$(call vc9projs,$(name)4) $(call vc10projs,$(name)4) $(call vc11projs,$(name)4) \ +$(call vc9projs,$(name)5) $(call vc10projs,$(name)5) $(call vc11projs,$(name)5) \ +$(call vc9slns,$(name)4) $(call vc10slns,$(name)4) $(call vc11slns,$(name)4) \ +$(call vc9slns,$(name)5) $(call vc10slns,$(name)5) $(call vc11slns,$(name)5) $(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)) + $(call meta-vc9projs,$(name)4,$(name)4) + $(call meta-vc9projs,$(name)5,$(name)5) + $(call meta-vc10projs,$(name)4,$(name)4) + $(call meta-vc10projs,$(name)5,$(name)5) + $(call meta-vc11projs,$(name)4,$(name)4) + $(call meta-vc11projs,$(name)5,$(name)5) + $(call meta-vc9slns,$(name)4,4) + $(call meta-vc9slns,$(name)5,5) + $(call meta-vc10slns,$(name)4,4) + $(call meta-vc10slns,$(name)5,5) + $(call meta-vc11slns,$(name)4,4) + $(call meta-vc10slns,$(name)5,5) # Test. # -- cgit v1.1