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
libgravatar
Commits
0ada1c7e
Commit
0ada1c7e
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
bd0d72e5
Pipeline
#218917
passed with stage
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
0ada1c7e
...
...
@@ -3,11 +3,11 @@
add_executable
(
gravatarwidget_gui gravatarwidget_gui.cpp
)
ecm_mark_as_test
(
gravatarwidget_gui
)
target_link_libraries
(
gravatarwidget_gui
Qt
${
QT_MAJOR_VERSION
}
::Core
Qt
${
QT_MAJOR_VERSION
}
::Gui
Qt::Core
Qt::Gui
KF5::Gravatar
KF5::I18n
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt::Widgets
KF5::CoreAddons
)
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