diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index f836ec8da66..de51d3a3fe2 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -60,10 +60,10 @@ ENDMACRO(PY_2TO3) ADD_SUBDIRECTORY(plugins) IF (WITH_GUI) ADD_SUBDIRECTORY(qsci_apis) + ADD_SUBDIRECTORY(console) + ADD_SUBDIRECTORY(pyplugin_installer) ENDIF () -ADD_SUBDIRECTORY(console) ADD_SUBDIRECTORY(PyQt) -ADD_SUBDIRECTORY(pyplugin_installer) ADD_SUBDIRECTORY(ext-libs) ADD_SUBDIRECTORY(testing)