diff options
Diffstat (limited to 'odb/qt/basic-mysql.options')
-rw-r--r-- | odb/qt/basic-mysql.options | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/qt/basic-mysql.options b/odb/qt/basic-mysql.options index adb3529..0be19f2 100644 --- a/odb/qt/basic-mysql.options +++ b/odb/qt/basic-mysql.options @@ -5,7 +5,10 @@ --profile qt/version ---odb-epilogue '#include <odb/qt/basic/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/basic/mysql/default-mapping.hxx>' --hxx-prologue '#include <odb/qt/basic/mysql/qstring-traits.hxx>' --hxx-prologue '#include <odb/qt/basic/mysql/qbyte-array-traits.hxx>' |