Skip to content

Commit 9aaaad3

Browse files
committedApr 4, 2019
trim crssync include directories (followup 8851328)
1 parent 580e7eb commit 9aaaad3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎src/crssync/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ ADD_EXECUTABLE(crssync main.cpp)
22

33
INCLUDE_DIRECTORIES(
44
../core
5-
../core/expression
65
../core/geometry
7-
../core/metadata
86
${CMAKE_BINARY_DIR}/src/core
97
)
108
INCLUDE_DIRECTORIES(SYSTEM

‎src/crssync/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "qgsapplication.h"
1919
#include "qgscoordinatereferencesystem.h"
2020
#include "qgsconfig.h"
21-
#include "qgsproject.h"
2221

2322
#include <QRegExp>
2423

0 commit comments

Comments
 (0)
Please sign in to comment.