mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
fix 9e21b1752 (actually use the value of VERSION_INT as symbol postfix)
This commit is contained in:
parent
9ad5cc2dc7
commit
71cfacbb54
@ -17,6 +17,7 @@
|
|||||||
//reinstate this more generic approach below at some point though
|
//reinstate this more generic approach below at some point though
|
||||||
//#define VERSION_INT ${CPACK_PACKAGE_VERSION_MAJOR}${CPACK_PACKAGE_VERSION_MINOR}${CPACK_PACKAGE_VERSION_PATCH}
|
//#define VERSION_INT ${CPACK_PACKAGE_VERSION_MAJOR}${CPACK_PACKAGE_VERSION_MINOR}${CPACK_PACKAGE_VERSION_PATCH}
|
||||||
#define VERSION_INT ${QGIS_VERSION_INT}
|
#define VERSION_INT ${QGIS_VERSION_INT}
|
||||||
|
#define ABISYM(x) x ## ${QGIS_VERSION_INT}
|
||||||
//used in main.cpp and anywhere else where the release name is needed
|
//used in main.cpp and anywhere else where the release name is needed
|
||||||
#define RELEASE_NAME "${RELEASE_NAME}"
|
#define RELEASE_NAME "${RELEASE_NAME}"
|
||||||
|
|
||||||
|
@ -20,8 +20,7 @@
|
|||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
#include <qgis.h>
|
#include <qgis.h>
|
||||||
|
#include <qgsconfig.h>
|
||||||
#define ABISYM(x) x ## VERSION_INT
|
|
||||||
|
|
||||||
/** \ingroup core
|
/** \ingroup core
|
||||||
* Extends QApplication to provide access to QGIS specific resources such
|
* Extends QApplication to provide access to QGIS specific resources such
|
||||||
|
Loading…
x
Reference in New Issue
Block a user