Skip to content

Commit 2ff41d4

Browse files
committed
Followup f3e08b5: Actually clean python on systems with newer sip version
1 parent f3e08b5 commit 2ff41d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ INCLUDE_DIRECTORIES(
407407
${QWT_INCLUDE_DIR}
408408
${QT_QTUITOOLS_INCLUDE_DIR}
409409
${QEXTSERIALPORT_INCLUDE_DIR}
410+
${PYTHON_INCLUDE_PATH}
410411
../analysis/raster ../analysis/openstreetmap
411412
../core
412413
../core/gps

src/app/qgisapp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
* *
1818
***************************************************************************/
1919

20+
//
21+
// Include, so we can check for the sip version
22+
//
23+
#include <sip.h>
24+
2025
//
2126
// QT4 includes make sure to use the new <CamelCase> style!
2227
//

0 commit comments

Comments
 (0)