changes in the build system

This commit is contained in:
arcan1s
2014-01-31 02:34:59 +04:00
parent 35199f160b
commit af6b45ae3c
7 changed files with 26 additions and 8 deletions

View File

@ -40,6 +40,7 @@ if (BUILD_PLASMOID)
set (BUILD_DATAENGINE ON)
endif ()
add_subdirectory (icons)
if (BUILD_GUI)
add_subdirectory (gui)
endif ()
@ -49,5 +50,3 @@ endif ()
if (BUILD_PLASMOID)
add_subdirectory (plasmoid)
endif ()
install (FILES netctl-gui.png DESTINATION ls share/pixmaps/netctl-gui.png)