mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -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
|
||||
//#define VERSION_INT ${CPACK_PACKAGE_VERSION_MAJOR}${CPACK_PACKAGE_VERSION_MINOR}${CPACK_PACKAGE_VERSION_PATCH}
|
||||
#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
|
||||
#define RELEASE_NAME "${RELEASE_NAME}"
|
||||
|
||||
|
@ -20,8 +20,7 @@
|
||||
#include <QStringList>
|
||||
|
||||
#include <qgis.h>
|
||||
|
||||
#define ABISYM(x) x ## VERSION_INT
|
||||
#include <qgsconfig.h>
|
||||
|
||||
/** \ingroup core
|
||||
* Extends QApplication to provide access to QGIS specific resources such
|
||||
|
Loading…
x
Reference in New Issue
Block a user