# file : odb/qt/version.options # copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # Include the config file first so that it can do its thing before we # include any Qt headers. # --odb-prologue '#include ' # Make sure the options files as seen by the ODB compiler and header # files as seen by the C++ compiler have the same Qt interface version. # --hxx-prologue '#include ' --hxx-prologue '#if ODB_QT_VERSION != 2025100 // 2.3.0.b1' --hxx-prologue '# error ODB and C++ compilers see different libodb-qt interface versions' --hxx-prologue '#endif'