From 08acfc5f7024bb42a37c6261bd10af7a8cbbad71 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Jan 2012 14:20:27 +0200 Subject: Move database-specific option files into sub-profile sub-directories --- odb/qt/date-time/date-time-mssql.options | 15 +++++++++++++++ odb/qt/date-time/date-time-mysql.options | 15 +++++++++++++++ odb/qt/date-time/date-time-oracle.options | 15 +++++++++++++++ odb/qt/date-time/date-time-pgsql.options | 15 +++++++++++++++ odb/qt/date-time/date-time-sqlite.options | 15 +++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 odb/qt/date-time/date-time-mssql.options create mode 100644 odb/qt/date-time/date-time-mysql.options create mode 100644 odb/qt/date-time/date-time-oracle.options create mode 100644 odb/qt/date-time/date-time-pgsql.options create mode 100644 odb/qt/date-time/date-time-sqlite.options (limited to 'odb/qt/date-time') diff --git a/odb/qt/date-time/date-time-mssql.options b/odb/qt/date-time/date-time-mssql.options new file mode 100644 index 0000000..7292445 --- /dev/null +++ b/odb/qt/date-time/date-time-mssql.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-mssql.options +# author : Constantin Michael +# 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 ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-mysql.options b/odb/qt/date-time/date-time-mysql.options new file mode 100644 index 0000000..57837ef --- /dev/null +++ b/odb/qt/date-time/date-time-mysql.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-mysql.options +# author : Constantin Michael +# 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 ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-oracle.options b/odb/qt/date-time/date-time-oracle.options new file mode 100644 index 0000000..cbee3eb --- /dev/null +++ b/odb/qt/date-time/date-time-oracle.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-oracle.options +# author : Constantin Michael +# 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 ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-pgsql.options b/odb/qt/date-time/date-time-pgsql.options new file mode 100644 index 0000000..21ca0cf --- /dev/null +++ b/odb/qt/date-time/date-time-pgsql.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-pgsql.options +# author : Constantin Michael +# 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 ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' 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 +# 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 ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' -- cgit v1.1