Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
define proj version
  • Loading branch information
m-kuhn authored and github-actions[bot] committed Nov 20, 2021
1 parent d172e0a commit cc5c3a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake_templates/qgsconfig.h.in
Expand Up @@ -51,6 +51,10 @@
#define PYTHON_VERSION_MINOR "${Python_VERSION_MINOR}"
#define PYTHON_VERSION_PATCH "${Python_VERSION_PATCH}"

#define PROJ_VERSION_MAJOR "${PROJ_VERSION_MAJOR}"
#define PROJ_VERSION_MINOR "${PROJ_VERSION_MINOR}"
#define PROJ_VERSION_PATCH "${PROJ_VERSION_PATCH}"

#cmakedefine USING_NMAKE

#cmakedefine USING_NINJA
Expand Down
1 change: 1 addition & 0 deletions src/core/proj/qgscoordinatereferencesystem.h
Expand Up @@ -31,6 +31,7 @@
#include <QObject>

//qgis includes
#include "qgis.h"
#include "qgis_sip.h"
#include "qgsunittypes.h"
#include "qgsrectangle.h"
Expand Down

0 comments on commit cc5c3a6

Please sign in to comment.