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