aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers.options
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-21 09:19:17 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 14:40:25 +0200
commit2d1104b1e3cfbf394981c39d8828598599dee5d6 (patch)
treeaaa9fdf87e9af2d15831b80c0c76c3ff3641c892 /odb/qt/containers.options
parent7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 (diff)
Add qt/container implementation
Diffstat (limited to 'odb/qt/containers.options')
-rw-r--r--odb/qt/containers.options20
1 files changed, 20 insertions, 0 deletions
diff --git a/odb/qt/containers.options b/odb/qt/containers.options
new file mode 100644
index 0000000..3651b9e
--- /dev/null
+++ b/odb/qt/containers.options
@@ -0,0 +1,20 @@
+# file : odb/qt/containers.options
+# author : Constantin Michael <constantin@codesynthesis.com>
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# licences : GNU GPL v2; see accompanying LICENSE file
+
+--profile qt/version
+
+--odb-epilogue '#include <odb/qt/containers/qhash-traits.hxx>'
+--odb-epilogue '#include <odb/qt/containers/qlist-traits.hxx>'
+--odb-epilogue '#include <odb/qt/containers/qlinked-list-traits.hxx>'
+--odb-epilogue '#include <odb/qt/containers/qmap-traits.hxx>'
+--odb-epilogue '#include <odb/qt/containers/qset-traits.hxx>'
+--odb-epilogue '#include <odb/qt/containers/qvector-traits.hxx>'
+
+--hxx-prologue '#include <odb/qt/containers/qhash-traits.hxx>'
+--hxx-prologue '#include <odb/qt/containers/qlist-traits.hxx>'
+--hxx-prologue '#include <odb/qt/containers/qlinked-list-traits.hxx>'
+--hxx-prologue '#include <odb/qt/containers/qmap-traits.hxx>'
+--hxx-prologue '#include <odb/qt/containers/qset-traits.hxx>'
+--hxx-prologue '#include <odb/qt/containers/qvector-traits.hxx>'