Skip to content

Commit 49e5a14

Browse files
author
wonder
committed
[FEATURE] new python console implementation.
Simpler, easier and better :-) git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12727 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4e09a05 commit 49e5a14

File tree

3 files changed

+236
-256
lines changed

3 files changed

+236
-256
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,7 @@ ELSE (BINDINGS_GLOBAL_INSTALL)
9999
ENDIF (BINDINGS_GLOBAL_INSTALL)
100100

101101

102-
# python console
103-
PYQT4_WRAP_UI(PYUI_FILE ${CMAKE_SOURCE_DIR}/src/ui/qgspythondialog.ui)
104-
105-
ADD_CUSTOM_TARGET(pythonconsole ALL DEPENDS ${PYUI_FILE})
106-
107102

108103
# Step 4: install built libs to python's site packages
109-
INSTALL(FILES __init__.py utils.py console.py ${PYUI_FILE} ${CMAKE_CURRENT_BINARY_DIR}/qgisconfig.py ${BINDINGS_LIBS} DESTINATION ${SITE_PKG_PATH}/qgis)
104+
INSTALL(FILES __init__.py utils.py console.py ${CMAKE_CURRENT_BINARY_DIR}/qgisconfig.py ${BINDINGS_LIBS} DESTINATION ${SITE_PKG_PATH}/qgis)
110105

0 commit comments

Comments
 (0)