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
Akonadi Notes
Commits
97b47a67
Commit
97b47a67
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
4dd012ab
Pipeline
#218885
failed with stage
in 3 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
97b47a67
...
...
@@ -6,6 +6,6 @@ find_package(Qt${QT_MAJOR_VERSION}Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
add_executable
(
notestest notestest.cpp
)
add_test
(
NAME notestest COMMAND notestest
)
ecm_mark_as_test
(
notestest
)
target_link_libraries
(
notestest KF5AkonadiNotes KF5::Mime Qt
${
QT_MAJOR_VERSION
}
::Test
)
target_link_libraries
(
notestest KF5AkonadiNotes KF5::Mime Qt::Test
)
set
(
CMAKE_PREFIX_PATH ../
)
src/CMakeLists.txt
View file @
97b47a67
...
...
@@ -22,7 +22,7 @@ target_link_libraries(KF5AkonadiNotes
PUBLIC
KF5::Mime
PRIVATE
Qt
${
QT_MAJOR_VERSION
}
::Xml
Qt::Xml
KF5::I18n
)
...
...
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