From cb249b85903c7e505a44c24ae47346e98f3485b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Mar 2011 15:15:36 +0200 Subject: Development build system setup --- odb/qt/details/config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 odb/qt/details/config.h.in (limited to 'odb/qt/details/config.h.in') diff --git a/odb/qt/details/config.h.in b/odb/qt/details/config.h.in new file mode 100644 index 0000000..dd440c5 --- /dev/null +++ b/odb/qt/details/config.h.in @@ -0,0 +1,14 @@ +/* file : odb/qt/details/config.h.in + * author : Boris Kolpackov + * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +/* This file is automatically processed by configure. */ + +#ifndef ODB_QT_DETAILS_CONFIG_H +#define ODB_QT_DETAILS_CONFIG_H + +#undef LIBODB_QT_STATIC_LIB + +#endif /* ODB_QT_DETAILS_CONFIG_H */ -- cgit v1.1