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
PIM
KIdentityManagement
Commits
11cd2c16
Commit
11cd2c16
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
5bc34c72
Pipeline
#218899
passed with stage
in 5 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
11cd2c16
...
...
@@ -9,7 +9,7 @@ macro(add_identity_test _source)
TEST_NAME
${
_name
}
NAME_PREFIX
"kpimidentity-"
LINK_LIBRARIES KF5IdentityManagementWidgets
KF5::PimTextEdit Qt
${
QT_MAJOR_VERSION
}
::Test KF5::ConfigCore KF5::TextWidgets KF5::XmlGui KF5::CoreAddons
KF5::PimTextEdit Qt::Test KF5::ConfigCore KF5::TextWidgets KF5::XmlGui KF5::CoreAddons
)
endmacro
()
...
...
src/core/CMakeLists.txt
View file @
11cd2c16
...
...
@@ -33,14 +33,14 @@ target_include_directories(KF5IdentityManagement PUBLIC "$<BUILD_INTERFACE:${KId
target_link_libraries
(
KF5IdentityManagement
PUBLIC
Qt
${
QT_MAJOR_VERSION
}
::Gui
Qt::Gui
PRIVATE
KF5::CoreAddons
KF5::ConfigCore
KF5::Codecs
KF5::I18n
Qt
${
QT_MAJOR_VERSION
}
::DBus
Qt
${
QT_MAJOR_VERSION
}
::Network
Qt::DBus
Qt::Network
)
set_target_properties
(
KF5IdentityManagement PROPERTIES
...
...
src/widgets/CMakeLists.txt
View file @
11cd2c16
...
...
@@ -24,12 +24,12 @@ target_include_directories(KF5IdentityManagementWidgets PUBLIC "$<BUILD_INTERFAC
target_link_libraries
(
KF5IdentityManagementWidgets
PUBLIC
KF5IdentityManagement
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt::Widgets
PRIVATE
KF5::CoreAddons
KF5::PimTextEdit
KF5::Codecs
Qt
${
QT_MAJOR_VERSION
}
::Network
Qt::Network
KF5::I18n
KF5::WidgetsAddons
KF5::XmlGui
...
...
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