From d01ec34c62ebae294de49aea92bb0496188e28bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Nov 2011 15:58:39 +0200 Subject: Include default mapping in prologue instead of epilogue This will allow the user to customize the mapping. --- odb/qt/date-time-sqlite.options | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'odb/qt/date-time-sqlite.options') 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 ' +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' --hxx-prologue '#include ' --hxx-prologue '#include ' -- cgit v1.1