aboutsummaryrefslogtreecommitdiff
path: root/qt/mysql/basic/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/mysql/basic/makefile')
-rw-r--r--qt/mysql/basic/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt/mysql/basic/makefile b/qt/mysql/basic/makefile
index 45a61ac..eaea174 100644
--- a/qt/mysql/basic/makefile
+++ b/qt/mysql/basic/makefile
@@ -105,7 +105,12 @@ $(call include,$(bld_root)/meta/vc9proj.make)
$(call include,$(bld_root)/meta/vc10proj.make)
$(call include,$(bld_root)/meta/automake.make)
+$(call include,$(bld_root)/cxx/standard.make) # cxx_standard
+ifdef cxx_standard
+$(gen): odb_options += --std $(cxx_standard)
$(call include,$(odb_rules))
+endif
+
$(call include,$(bld_root)/cxx/cxx-d.make)
$(call include,$(bld_root)/cxx/cxx-o.make)
$(call include,$(bld_root)/cxx/o-e.make)