diff options
author | bobufa <bobufa@users.noreply.github.com> | 2018-08-01 15:20:56 +0200 |
---|---|---|
committer | bobufa <bobufa@users.noreply.github.com> | 2018-08-13 22:39:18 +0200 |
commit | c0844bdea428c10949339960bd16ea5e2a335fb8 (patch) | |
tree | f2e1e3f0257a7d0ef41f052a31eb143f613fb8d6 /main/CMakeLists.txt | |
parent | b0c94641fcf85ed55976e894fea970331ae22892 (diff) | |
download | dino-c0844bdea428c10949339960bd16ea5e2a335fb8.tar.gz dino-c0844bdea428c10949339960bd16ea5e2a335fb8.zip |
add suggestions/auto-complete for search filters
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 1af08217..49b1a9fc 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -44,6 +44,7 @@ set(RESOURCE_LIST menu_encryption.ui occupant_list.ui occupant_list_item.ui + search_autocomplete.ui settings_dialog.ui unified_main_content.ui unified_window_placeholder.ui |