Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
KImageMap Editor
Commits
7562f543
Commit
7562f543
authored
Apr 25, 2021
by
Nicolas Fella
Browse files
Remove unused KIconThemes dependency
parent
e15a8edb
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7562f543
...
...
@@ -29,7 +29,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
DBusAddons
DocTools
GuiAddons
IconThemes
Parts
I18n
WidgetsAddons
...
...
@@ -72,7 +71,7 @@ add_executable(kimagemapeditor_bin ${kimagemapeditor_bin_SRCS})
set_target_properties
(
kimagemapeditor_bin PROPERTIES OUTPUT_NAME kimagemapeditor
)
target_link_libraries
(
kimagemapeditor_bin KF5::CoreAddons KF5::I18n KF5::ConfigCore
KF5::IconThemes
KF5::Parts Qt5::WebEngineWidgets
)
target_link_libraries
(
kimagemapeditor_bin KF5::CoreAddons KF5::I18n KF5::ConfigCore KF5::Parts Qt5::WebEngineWidgets
)
install
(
TARGETS kimagemapeditor_bin
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
@@ -101,7 +100,6 @@ kcoreaddons_desktop_to_json(kimagemapeditorpart ${CMAKE_CURRENT_BINARY_DIR}/kima
target_link_libraries
(
kimagemapeditorpart
KF5::CoreAddons
KF5::IconThemes
KF5::I18n
KF5::ConfigCore
KF5::Parts
...
...
arealistview.cpp
View file @
7562f543
...
...
@@ -24,7 +24,6 @@
#include <QVBoxLayout>
// KDE Frameworks
#include <KIconLoader>
#include <KLocalizedString>
// local
...
...
kimedialogs.cpp
View file @
7562f543
...
...
@@ -41,7 +41,6 @@
// KDE Frameworks
#include "kimagemapeditor_debug.h"
#include <KConfigGroup>
#include <KIconLoader>
#include <KLocalizedString>
#include <KSharedConfig>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment