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
KTnef
Commits
8ddfd005
Commit
8ddfd005
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
ed92d485
Pipeline
#218916
failed with stage
in 4 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
8ddfd005
...
...
@@ -6,4 +6,4 @@ find_package(Qt${QT_MAJOR_VERSION}Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
configure_file
(
config-ktnef-tests.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-ktnef-tests.h
)
ecm_add_tests
(
parsertest.cpp NAME_PREFIX
"ktnetf-"
LINK_LIBRARIES KF5Tnef Qt
${
QT_MAJOR_VERSION
}
::Test
)
ecm_add_tests
(
parsertest.cpp NAME_PREFIX
"ktnetf-"
LINK_LIBRARIES KF5Tnef 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