We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1956cf3 commit 61409c3Copy full SHA for 61409c3
src/crssync/CMakeLists.txt
@@ -2,9 +2,7 @@ ADD_EXECUTABLE(crssync main.cpp)
2
3
INCLUDE_DIRECTORIES(
4
../core
5
- ../core/expression
6
../core/geometry
7
- ../core/metadata
8
${CMAKE_BINARY_DIR}/src/core
9
)
10
INCLUDE_DIRECTORIES(SYSTEM
src/crssync/main.cpp
@@ -18,7 +18,6 @@
18
#include "qgsapplication.h"
19
#include "qgscoordinatereferencesystem.h"
20
#include "qgsconfig.h"
21
-#include "qgsproject.h"
22
23
#include <QRegExp>
24
0 commit comments