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
libkdepim
Commits
148a900f
Commit
148a900f
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
27cdd980
Pipeline
#218918
passed with stage
in 4 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libkdepim/progresswidget/autotests/CMakeLists.txt
View file @
148a900f
...
...
@@ -5,8 +5,8 @@ macro(add_libkdepim_progresswidget_unittest _source)
ecm_add_test
(
${
_source
}
${
_name
}
.h
TEST_NAME
${
_name
}
NAME_PREFIX
"libkdepim-progresswidget-"
LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test
Qt
${
QT_MAJOR_VERSION
}
::Widgets
LINK_LIBRARIES Qt::Test
Qt::Widgets
KF5::Libkdepim
)
endmacro
()
...
...
src/libkdepim/progresswidget/tests/CMakeLists.txt
View file @
148a900f
...
...
@@ -2,8 +2,8 @@
# SPDX-License-Identifier: BSD-3-Clause
add_executable
(
statusbarprogresswidgetgui statusbarprogresswidget_gui.cpp
)
target_link_libraries
(
statusbarprogresswidgetgui
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt
${
QT_MAJOR_VERSION
}
::Core
Qt::Widgets
Qt::Core
KF5::I18n
KF5::Libkdepim
)
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