blob: bb51aabadabfbbb37b49cc1359692d769289beca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : odb/qt.options
# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
--odb-epilogue '#include <odb/qt/mysql/default-mapping.hxx>'
--hxx-prologue '#include <odb/qt/mysql/qstring-traits.hxx>'
--hxx-prologue '#include <odb/qt/mysql/qdate-traits.hxx>'
--hxx-prologue '#include <odb/qt/mysql/qtime-traits.hxx>'
--hxx-prologue '#include <odb/qt/mysql/qdatetime-traits.hxx>'
|