aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time-mysql.options
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time-mysql.options')
-rw-r--r--odb/qt/date-time-mysql.options5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/qt/date-time-mysql.options b/odb/qt/date-time-mysql.options
index 02bebf7..8073903 100644
--- a/odb/qt/date-time-mysql.options
+++ b/odb/qt/date-time-mysql.options
@@ -5,7 +5,10 @@
--profile qt/version
---odb-epilogue '#include <odb/qt/date-time/mysql/default-mapping.hxx>'
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/qt/date-time/mysql/default-mapping.hxx>'
--hxx-prologue '#include <odb/qt/date-time/mysql/qdate-traits.hxx>'
--hxx-prologue '#include <odb/qt/date-time/mysql/qtime-traits.hxx>'