From 62996fbf441dc92d686e97f336b20a5fea972962 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 22 Mar 2011 17:39:20 +0200 Subject: Add dist build files --- odb/qt/version.options | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 odb/qt/version.options (limited to 'odb/qt/version.options') diff --git a/odb/qt/version.options b/odb/qt/version.options new file mode 100644 index 0000000..cdecaf3 --- /dev/null +++ b/odb/qt/version.options @@ -0,0 +1,13 @@ +# file : odb/qt/version.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +# Make sure the options files as seen by the ODB compiler and header +# files as seen by the C++ compiler are from the same profile version. +# +--hxx-prologue '#include ' + +--hxx-prologue '#if LIBODB_QT_VERSION != 1020000 // 1.2.0' +--hxx-prologue '# error ODB and C++ compilers see different libodb-qt versions' +--hxx-prologue '#endif' -- cgit v1.1