Make the search widget functional
This commit is contained in:
parent
f4842f7eb9
commit
45016bd3a2
3 changed files with 71 additions and 1 deletions
|
@ -2,6 +2,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|||
|
||||
set(danbooru_client_SRCS
|
||||
danbooruconnectwidget.cpp
|
||||
danboorusearchwidget.cpp
|
||||
model/danboorupostdelegate.cpp
|
||||
model/danboorupostmodel.cpp
|
||||
model/danboorupoolmodel.cpp
|
||||
|
@ -17,7 +18,8 @@ include_directories(
|
|||
|
||||
ki18n_wrap_ui(danbooru_client_SRCS
|
||||
ui/generalpage.ui
|
||||
ui/danbooruconnectwidget.ui)
|
||||
ui/danbooruconnectwidget.ui
|
||||
ui/searchwidget.ui)
|
||||
|
||||
kconfig_add_kcfg_files(danbooru_client_SRCS danboorusettings.kcfgc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue