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 f3e08b5 commit 2ff41d4Copy full SHA for 2ff41d4
src/app/CMakeLists.txt
@@ -407,6 +407,7 @@ INCLUDE_DIRECTORIES(
407
${QWT_INCLUDE_DIR}
408
${QT_QTUITOOLS_INCLUDE_DIR}
409
${QEXTSERIALPORT_INCLUDE_DIR}
410
+ ${PYTHON_INCLUDE_PATH}
411
../analysis/raster ../analysis/openstreetmap
412
../core
413
../core/gps
src/app/qgisapp.cpp
@@ -17,6 +17,11 @@
17
* *
18
***************************************************************************/
19
20
+//
21
+// Include, so we can check for the sip version
22
23
+#include <sip.h>
24
+
25
//
26
// QT4 includes make sure to use the new <CamelCase> style!
27
0 commit comments