aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/details/build2/config.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-18 13:01:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-18 13:01:12 +0200
commitaf50e2603fd0f877d0f96da1562b0deda0590b70 (patch)
treec81af5e2565aca994aaf37b0bf6694c50cb52eee /odb/qt/details/build2/config.h
parentd72ebf3ae3a638cefd8b11ae897eb491a19cac12 (diff)
Add support for building with build2
Diffstat (limited to 'odb/qt/details/build2/config.h')
-rw-r--r--odb/qt/details/build2/config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/odb/qt/details/build2/config.h b/odb/qt/details/build2/config.h
new file mode 100644
index 0000000..a864e08
--- /dev/null
+++ b/odb/qt/details/build2/config.h
@@ -0,0 +1,18 @@
+/* file : odb/qt/details/build2/config.h
+ * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
+ * 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 */