Enable resources
This commit is contained in:
parent
719a588c78
commit
107133bd4f
1 changed files with 3 additions and 0 deletions
|
@ -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 ###############
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue