Skip to content

Commit

Permalink
fix build without gui but with bindings
Browse files Browse the repository at this point in the history
console and plugin installed are gui components
  • Loading branch information
3nids committed Jun 28, 2018
1 parent c231600 commit 4d0d19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/CMakeLists.txt
Expand Up @@ -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)

Expand Down

0 comments on commit 4d0d19b

Please sign in to comment.