diff options
Diffstat (limited to 'odb/qt/date-time/date-time-sqlite.options')
-rw-r--r-- | odb/qt/date-time/date-time-sqlite.options | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/qt/date-time/date-time-sqlite.options b/odb/qt/date-time/date-time-sqlite.options new file mode 100644 index 0000000..11dda98 --- /dev/null +++ b/odb/qt/date-time/date-time-sqlite.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-sqlite.options +# author : Constantin Michael <constantin@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# 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>' +--hxx-prologue '#include <odb/qt/date-time/sqlite/qdate-time-traits.hxx>' |