-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3312 from nyalldawson/transfer
Make QgsCoordinateTransform implicitly shared, no longer a QObject
- Loading branch information
Showing
79 changed files
with
1,447 additions
and
1,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
19438ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am getting "proj_api.h file not found" in many providers (i have proj in custom dir). I started to add PROJ_INCLUDE_DIR to each provider's CMakeLists.txt, like I see you did for some providers in this commit, but I hesitate if it is the right solution, if the provider does not include proj_api.h directly, but via qgscoordinatetransform.h -> qgscoordinatetransform_p.h.
Should not we have some QGIS_CORE_DEPS_INCLUDE_DIRS?