netctl-gui/sources/resources/CMakeLists.txt
arcan1s a73968f98b * refactoring and optimization KF5 part (#26, #31)
* add info instrument
* implement needToBeConfigured() slot, see #29
* fix (#30)
some improvements
2015-02-17 10:44:51 +03:00

15 lines
664 B
CMake

# set project name
set (SUBPROJECT netctl-gui-resources)
message (STATUS "Subproject ${SUBPROJECT}")
if (BUILD_GUI)
install (FILES icon.png DESTINATION share/pixmaps RENAME netctl-gui.png)
endif ()
if (BUILD_PLASMOID)
install (FILES icon-plasmoid.png DESTINATION share/pixmaps RENAME netctl-gui-widget.png)
install (FILES wifi.png DESTINATION share/pixmaps RENAME netctl-gui-wifi.png)
install (FILES network-idle-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-idle.png)
install (FILES network-offline-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-offline.png)
add_subdirectory (translations-plasmoid)
endif ()