aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/smart-ptr.options
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-04 13:33:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-04 13:33:21 +0200
commitfc0acda2f0a9f27b490df84de2580306942e42ea (patch)
tree9b77d9bf9cd30cfa2511504226b00ccb537933fe /odb/qt/smart-ptr.options
parentcf2dee1c8fd934a74ea1dadd16e9cbc2b28220bb (diff)
Add support for Qt QSharedPointer as value wrapper
Diffstat (limited to 'odb/qt/smart-ptr.options')
-rw-r--r--odb/qt/smart-ptr.options5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/qt/smart-ptr.options b/odb/qt/smart-ptr.options
index 636b130..f3dfbc6 100644
--- a/odb/qt/smart-ptr.options
+++ b/odb/qt/smart-ptr.options
@@ -14,3 +14,8 @@
#
--odb-epilogue '#include <odb/qt/smart-ptr/pointer-traits.hxx>'
--hxx-prologue '#include <odb/qt/smart-ptr/pointer-traits.hxx>'
+
+# Include wrapper traits.
+#
+--odb-epilogue '#include <odb/qt/smart-ptr/wrapper-traits.hxx>'
+--hxx-prologue '#include <odb/qt/smart-ptr/wrapper-traits.hxx>'