mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
23 lines
510 B
Diff
23 lines
510 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 0374a16..b25dad2 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -12,6 +12,8 @@ SET( kchmviewerSources
|
|
main.cpp
|
|
mainwindow.cpp
|
|
navigationpanel.cpp
|
|
+ toolbareditor.cpp
|
|
+ toolbarmanager.cpp
|
|
recentfiles.cpp
|
|
settings.cpp
|
|
tab_bookmarks.cpp
|
|
@@ -30,6 +32,7 @@ KDE4_ADD_UI_FILES( kchmviewerSources
|
|
dialog_about.ui
|
|
dialog_setup.ui
|
|
dialog_topicselector.ui
|
|
+ toolbareditor.ui
|
|
mainwindow.ui
|
|
navigatorpanel.ui
|
|
tab_bookmarks.ui
|
|
|