aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time-oracle.options
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-11 13:43:01 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-11 13:43:01 +0200
commita926388f73aed90d1aa9743d32ed4c049af6bf84 (patch)
tree028846d9d85a194bd6f024f790660c566f223ea9 /odb/qt/date-time-oracle.options
parent2a429f33bbeffa388fd6c266e1c88a9f188256c5 (diff)
Add Oracle support for Qt profile
Diffstat (limited to 'odb/qt/date-time-oracle.options')
-rw-r--r--odb/qt/date-time-oracle.options15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/qt/date-time-oracle.options b/odb/qt/date-time-oracle.options
new file mode 100644
index 0000000..b57a6f5
--- /dev/null
+++ b/odb/qt/date-time-oracle.options
@@ -0,0 +1,15 @@
+# file : odb/qt/date-time-oracle.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/oracle/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/date-time/oracle/qdate-traits.hxx>'
+--hxx-prologue '#include <odb/qt/date-time/oracle/qtime-traits.hxx>'
+--hxx-prologue '#include <odb/qt/date-time/oracle/qdate-time-traits.hxx>'