Put blacklist configuration in the build system
This commit is contained in:
parent
169c10288e
commit
dfb9a42a1b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ set(danbooru_client_SRCS
|
|||
model/danboorupostmodel.cpp
|
||||
model/danboorupoolmodel.cpp
|
||||
generalpage.cpp
|
||||
blacklistpage.cpp
|
||||
mainwindow.cpp
|
||||
danbooru_client.cpp
|
||||
)
|
||||
|
@ -18,6 +19,7 @@ include_directories(
|
|||
|
||||
ki18n_wrap_ui(danbooru_client_SRCS
|
||||
ui/generalpage.ui
|
||||
ui/blacklistpage.ui
|
||||
ui/danbooruconnectwidget.ui
|
||||
ui/searchwidget.ui)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue