aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/version.hxx')
-rw-r--r--odb/qt/version.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx
index 5bea4c2..ba8c1b6 100644
--- a/odb/qt/version.hxx
+++ b/odb/qt/version.hxx
@@ -2,6 +2,16 @@
// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+#ifdef LIBODB_QT_BUILD2
+# include <odb/qt/version-build2.hxx>
+
+// @@ TODO: need to derive automatically (it is also hardcoded in *.options).
+//
+#define ODB_QT_VERSION 2046000
+#define ODB_QT_VERSION_STR "2.5.0-b.10"
+
+#else
+
#ifndef ODB_QT_VERSION_HXX
#define ODB_QT_VERSION_HXX
@@ -49,3 +59,4 @@
#include <odb/post.hxx>
#endif // ODB_QT_VERSION_HXX
+#endif // LIBODB_QT_BUILD2