Fix QSCINTILLA_VERSION_STR redefinition warnings emitted on

newer QScintilla versions due to presence of
QSCINTILLA_VERSION_STR in QSci headers
This commit is contained in:
Nyall Dawson 2021-02-23 17:01:41 +10:00
parent fc1ac8bef8
commit 53bf2cf8ca

View File

@ -35,7 +35,9 @@
#define QGIS_SERVER_MODULE_SUBDIR "${QGIS_SERVER_MODULE_SUBDIR}"
#if !defined(QSCINTILLA_VERSION_STR)
#define QSCINTILLA_VERSION_STR "${QSCINTILLA_VERSION_STR}"
#endif
#if defined( __APPLE__ )
//used by Mac to find system or bundle resources relative to amount of bundling