aboutsummaryrefslogtreecommitdiff
path: root/qt/common/containers/basics/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/common/containers/basics/makefile')
-rw-r--r--qt/common/containers/basics/makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/qt/common/containers/basics/makefile b/qt/common/containers/basics/makefile
index 2a88495..887df7f 100644
--- a/qt/common/containers/basics/makefile
+++ b/qt/common/containers/basics/makefile
@@ -65,14 +65,19 @@ $(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): data_dist := test.std
$(dist): export name := $(name)
-$(dist): export extra_dist := $(data_dist) $(call vc9projs,$(name)) \
-$(call vc10projs,$(name)) $(call vc11projs,$(name))
+$(dist): export extra_dist := $(data_dist) \
+$(call vc9projs,$(name)-qt4) $(call vc9projs,$(name)-qt5) \
+$(call vc10projs,$(name)-qt4) $(call vc10projs,$(name)-qt5) \
+$(call vc11projs,$(name)-qt4) $(call vc11projs,$(name)-qt5)
$(dist):
$(call dist-data,$(sources) $(headers) $(data_dist))
$(call meta-automake,../../template/Makefile.am)
- $(call meta-vc9projs,../../template/template,$(name))
- $(call meta-vc10projs,../../template/template,$(name))
- $(call meta-vc11projs,../../template/template,$(name))
+ $(call meta-vc9projs,../../template/template-qt4,$(name)-qt4)
+ $(call meta-vc9projs,../../template/template-qt5,$(name)-qt5)
+ $(call meta-vc10projs,../../template/template-qt4,$(name)-qt4)
+ $(call meta-vc10projs,../../template/template-qt5,$(name)-qt5)
+ $(call meta-vc11projs,../../template/template-qt4,$(name)-qt4)
+ $(call meta-vc11projs,../../template/template-qt5,$(name)-qt5)
# Test.
#