aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers.options
blob: b445a9b406a389846cad30f43765a033fb5f367a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# file      : odb/qt/containers.options
# copyright : Copyright (c) 2009-2013 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>'