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
KMbox
Commits
25d765a3
Commit
25d765a3
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
4e5a864d
Pipeline
#218905
passed with stage
in 6 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
25d765a3
...
...
@@ -8,4 +8,4 @@ find_package(Qt${QT_MAJOR_VERSION}Test CONFIG REQUIRED)
########### next target ###############
ecm_add_tests
(
mboxtest.cpp mboxbenchmark.cpp NAME_PREFIX
"mbox-"
LINK_LIBRARIES KF5Mbox Qt
${
QT_MAJOR_VERSION
}
::Test
)
ecm_add_tests
(
mboxtest.cpp mboxbenchmark.cpp NAME_PREFIX
"mbox-"
LINK_LIBRARIES KF5Mbox Qt::Test
)
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