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