We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c231600 commit 4d0d19bCopy full SHA for 4d0d19b
python/CMakeLists.txt
@@ -60,10 +60,10 @@ ENDMACRO(PY_2TO3)
60
ADD_SUBDIRECTORY(plugins)
61
IF (WITH_GUI)
62
ADD_SUBDIRECTORY(qsci_apis)
63
+ ADD_SUBDIRECTORY(console)
64
+ ADD_SUBDIRECTORY(pyplugin_installer)
65
ENDIF ()
-ADD_SUBDIRECTORY(console)
66
ADD_SUBDIRECTORY(PyQt)
-ADD_SUBDIRECTORY(pyplugin_installer)
67
ADD_SUBDIRECTORY(ext-libs)
68
ADD_SUBDIRECTORY(testing)
69
0 commit comments