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
Utilities
KDebugSettings
Commits
c4834d7c
Commit
c4834d7c
authored
Feb 18, 2022
by
Laurent Montel
😁
Browse files
Use directly Qt::
parent
537f5e6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
c4834d7c
...
...
@@ -12,9 +12,9 @@ macro(add_unittest _source)
add_test
(
NAME
${
_name
}
COMMAND
${
_name
}
)
ecm_mark_as_test
(
kdebugsettings-
${
_name
}
)
target_link_libraries
(
${
_name
}
Qt
${
QT_MAJOR_VERSION
}
::Test
Qt::Test
KF5::I18n
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt::Widgets
KF5::ConfigCore
KF5::WidgetsAddons
KF5::ItemViews
...
...
src/CMakeLists.txt
View file @
c4834d7c
...
...
@@ -62,9 +62,9 @@ if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
endif
()
generate_export_header
(
libkdebugsettings BASE_NAME libkdebugsettings
)
target_link_libraries
(
libkdebugsettings
Qt
${
QT_MAJOR_VERSION
}
::Core
Qt::Core
KF5::I18n
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt::Widgets
KF5::WidgetsAddons
KF5::ItemViews
KF5::ConfigCore
...
...
Write
Preview
Supports
Markdown
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