aboutsummaryrefslogtreecommitdiff
path: root/qt/common/smart-ptr/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/common/smart-ptr/makefile')
-rw-r--r--qt/common/smart-ptr/makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile
index 84972c5..d1cb02d 100644
--- a/qt/common/smart-ptr/makefile
+++ b/qt/common/smart-ptr/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.
#