From 5f1cd97b9727fe10df79e1eb316ff493d9dfc2a9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Feb 2024 20:50:43 +0300 Subject: Turn libodb-qt repository into package for muti-package repository --- libodb-qt/odb/qt/details/build2/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libodb-qt/odb/qt/details/build2/config.h (limited to 'libodb-qt/odb/qt/details/build2/config.h') diff --git a/libodb-qt/odb/qt/details/build2/config.h b/libodb-qt/odb/qt/details/build2/config.h new file mode 100644 index 0000000..12d168f --- /dev/null +++ b/libodb-qt/odb/qt/details/build2/config.h @@ -0,0 +1,17 @@ +/* file : odb/qt/details/build2/config.h + * license : GNU GPL v2; see accompanying LICENSE file + */ + +/* Static configuration file for the build2 build. The installed case + (when LIBODB_QT_BUILD2 is not necessarily defined) is the only + reason we have it. */ + +#ifndef ODB_QT_DETAILS_CONFIG_H +#define ODB_QT_DETAILS_CONFIG_H + +/* Define LIBODB_QT_BUILD2 for the installed case. */ +#ifndef LIBODB_QT_BUILD2 +# define LIBODB_QT_BUILD2 +#endif + +#endif /* ODB_QT_DETAILS_CONFIG_H */ -- cgit v1.1