Skip to content

Commit

Permalink
New Python Console
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Sep 10, 2012
1 parent 51606a6 commit cf272f8
Show file tree
Hide file tree
Showing 14 changed files with 804 additions and 295 deletions.
6 changes: 6 additions & 0 deletions python/CMakeLists.txt
Expand Up @@ -97,6 +97,9 @@ SET (QGIS_PYTHON_DIR ${PYTHON_SITE_PACKAGES_DIR}/qgis)

ADD_CUSTOM_TARGET(compile_python_files ALL)

ADD_SUBDIRECTORY(iconConsole)
ADD_SUBDIRECTORY(helpConsole)

ADD_CUSTOM_COMMAND(TARGET compile_python_files
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E make_directory ${QGIS_PYTHON_OUTPUT_DIRECTORY}
Expand All @@ -115,3 +118,6 @@ ENDFOREACH(file)
PYTHON_INSTALL(__init__.py ${QGIS_PYTHON_DIR})
PYTHON_INSTALL(utils.py ${QGIS_PYTHON_DIR})
PYTHON_INSTALL(console.py ${QGIS_PYTHON_DIR})
PYTHON_INSTALL(console_sci.py ${QGIS_PYTHON_DIR})
PYTHON_INSTALL(help.py ${QGIS_PYTHON_DIR})

0 comments on commit cf272f8

Please sign in to comment.