aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time-mssql.options
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-14 09:43:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-14 09:43:38 +0200
commit5074a7ffdcae708ebd534fa7eaeb228813694a7c (patch)
tree73ad5c12b4562683d2d292b515c035a9dab5923c /odb/qt/date-time-mssql.options
parentfff95e7274ecee374f7471866d1587298d168d6e (diff)
Date-time part of Qt profile implementation for SQL Server
Diffstat (limited to 'odb/qt/date-time-mssql.options')
-rw-r--r--odb/qt/date-time-mssql.options15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/qt/date-time-mssql.options b/odb/qt/date-time-mssql.options
new file mode 100644
index 0000000..d5a5e8e
--- /dev/null
+++ b/odb/qt/date-time-mssql.options
@@ -0,0 +1,15 @@
+# file : odb/qt/date-time-mssql.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/mssql/default-mapping.hxx>'
+
+--hxx-prologue '#include <odb/qt/date-time/mssql/qdate-traits.hxx>'
+--hxx-prologue '#include <odb/qt/date-time/mssql/qtime-traits.hxx>'
+--hxx-prologue '#include <odb/qt/date-time/mssql/qdate-time-traits.hxx>'