Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KDebugSettings
Commits
a0ad4784
Commit
a0ad4784
authored
Aug 21, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
d7ffa168
Pipeline
#220967
passed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
a0ad4784
...
...
@@ -83,7 +83,7 @@ if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
set_target_properties
(
kdebugsettings PROPERTIES UNITY_BUILD ON
)
endif
()
target_link_libraries
(
kdebugsettings Qt
${
QT_MAJOR_VERSION
}
::Widgets KF5::I18n KF5::DBusAddons KF5::CoreAddons libkdebugsettings
)
target_link_libraries
(
kdebugsettings Qt::Widgets KF5::I18n KF5::DBusAddons KF5::CoreAddons libkdebugsettings
)
install
(
TARGETS kdebugsettings
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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