diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1a2d0e9..a37f903 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,6 +30,7 @@ ki18n_wrap_ui(danbooru_client_SRCS ui/searchwidget.ui) kconfig_add_kcfg_files(danbooru_client_SRCS danboorusettings.kcfgc) +qt5_add_resources(danbooru_client_SRCS qml/resources.qrc) add_executable(danbooru_client ${danbooru_client_SRCS} @@ -62,6 +63,8 @@ target_link_libraries(danbooru_client PUBLIC KF5::FileMetaData) endif() + + install(TARGETS danbooru_client ${INSTALL_TARGETS_DEFAULT_ARGS} ) ########### install files ###############