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 a1c08b4 commit 28341f9Copy full SHA for 28341f9
src/python/CMakeLists.txt
@@ -2,11 +2,6 @@ SET(QGISPYTHON_SRCS qgispython.cpp qgspythonutilsimpl.cpp)
2
3
INCLUDE_DIRECTORIES(
4
${CMAKE_SOURCE_DIR}/src/core
5
- ${CMAKE_SOURCE_DIR}/src/core/expression
6
- ${CMAKE_SOURCE_DIR}/src/core/geometry
7
- ${CMAKE_SOURCE_DIR}/src/core/metadata
8
- ${CMAKE_SOURCE_DIR}/src/core/raster
9
- ${CMAKE_SOURCE_DIR}/src/gui
10
11
${CMAKE_BINARY_DIR}/src/core
12
${CMAKE_BINARY_DIR}/src/python
src/python/qgspythonutilsimpl.cpp
@@ -29,7 +29,6 @@
29
#include "qgslogger.h"
30
#include "qgsmessageoutput.h"
31
32
-#include <QMessageBox>
33
#include <QStringList>
34
#include <QDir>
35
#include <QStandardPaths>
0 commit comments