We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad5cc2 commit 71cfacbCopy full SHA for 71cfacb
cmake_templates/qgsconfig.h.in
@@ -17,6 +17,7 @@
17
//reinstate this more generic approach below at some point though
18
//#define VERSION_INT ${CPACK_PACKAGE_VERSION_MAJOR}${CPACK_PACKAGE_VERSION_MINOR}${CPACK_PACKAGE_VERSION_PATCH}
19
#define VERSION_INT ${QGIS_VERSION_INT}
20
+#define ABISYM(x) x ## ${QGIS_VERSION_INT}
21
//used in main.cpp and anywhere else where the release name is needed
22
#define RELEASE_NAME "${RELEASE_NAME}"
23
src/core/qgsapplication.h
@@ -20,8 +20,7 @@
#include <QStringList>
#include <qgis.h>
-
24
-#define ABISYM(x) x ## VERSION_INT
+#include <qgsconfig.h>
25
26
/** \ingroup core
27
* Extends QApplication to provide access to QGIS specific resources such
0 commit comments