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