aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time-sqlite.options
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time-sqlite.options')
-rw-r--r--odb/qt/date-time-sqlite.options5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/qt/date-time-sqlite.options b/odb/qt/date-time-sqlite.options
index c500499..750405c 100644
--- a/odb/qt/date-time-sqlite.options
+++ b/odb/qt/date-time-sqlite.options
@@ -5,7 +5,10 @@
--profile qt/version
---odb-epilogue '#include <odb/qt/date-time/sqlite/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/sqlite/default-mapping.hxx>'
--hxx-prologue '#include <odb/qt/date-time/sqlite/qdate-traits.hxx>'
--hxx-prologue '#include <odb/qt/date-time/sqlite/qtime-traits.hxx>'