initial project import from KDevelop
This commit is contained in:
commit
c0cf369b92
22 changed files with 983 additions and 0 deletions
22
src/CMakeLists.txt
Normal file
22
src/CMakeLists.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
set(danbooru_client_SRCS
|
||||
danbooru_client.cpp
|
||||
main.cpp
|
||||
danbooru_clientview.cpp
|
||||
)
|
||||
|
||||
kde4_add_ui_files(danbooru_client_SRCS danbooru_clientview_base.ui prefs_base.ui)
|
||||
|
||||
kde4_add_kcfg_files(danbooru_client_SRCS settings.kcfgc )
|
||||
|
||||
kde4_add_executable(danbooru_client ${danbooru_client_SRCS})
|
||||
|
||||
target_link_libraries(danbooru_client ${KDE4_KDEUI_LIBS} )
|
||||
|
||||
install(TARGETS danbooru_client ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install( PROGRAMS danbooru_client.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|
||||
install( FILES danbooru_client.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
|
||||
install( FILES danbooru_clientui.rc DESTINATION ${DATA_INSTALL_DIR}/danbooru_client )
|
Loading…
Add table
Add a link
Reference in a new issue