aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers.options
blob: 37a3ec282728b1f82eed8e408b778d7bf7d14b4a (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-2018 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>'