Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup f3e08b5: Actually clean python on systems with newer sip ver…
…sion
  • Loading branch information
m-kuhn committed Jul 3, 2013
1 parent f3e08b5 commit 2ff41d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -407,6 +407,7 @@ INCLUDE_DIRECTORIES(
${QWT_INCLUDE_DIR}
${QT_QTUITOOLS_INCLUDE_DIR}
${QEXTSERIALPORT_INCLUDE_DIR}
${PYTHON_INCLUDE_PATH}
../analysis/raster ../analysis/openstreetmap
../core
../core/gps
Expand Down
5 changes: 5 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -17,6 +17,11 @@
* *
***************************************************************************/

//
// Include, so we can check for the sip version
//
#include <sip.h>

//
// QT4 includes make sure to use the new <CamelCase> style!
//
Expand Down

0 comments on commit 2ff41d4

Please sign in to comment.