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
PIM Calendar Support
Commits
89072adc
Commit
89072adc
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
b88e1311
Pipeline
#218888
passed with stage
in 4 minutes and 55 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
89072adc
...
...
@@ -91,7 +91,7 @@ PUBLIC
KF5::Mime
KF5::IdentityManagement
KF5::AkonadiCalendar
Qt
${
QT_MAJOR_VERSION
}
::PrintSupport
Qt::PrintSupport
PRIVATE
KF5::PimTextEdit
KF5::I18n
...
...
src/autotests/CMakeLists.txt
View file @
89072adc
...
...
@@ -11,11 +11,11 @@ endif()
add_test
(
NAME noteeditdialogtest COMMAND noteeditdialogtest
)
ecm_mark_as_test
(
noteeditdialogtest
)
target_link_libraries
(
noteeditdialogtest
Qt
${
QT_MAJOR_VERSION
}
::Test
Qt::Test
KF5::AkonadiWidgets
KF5::AkonadiNotes
KF5::CalendarSupport
KF5::PimTextEdit
)
ecm_add_test
(
placeitemtest.cpp LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KF5::CalendarSupport
)
ecm_add_test
(
placeitemtest.cpp LINK_LIBRARIES Qt::Test KF5::CalendarSupport
)
src/freebusymodel/autotests/CMakeLists.txt
View file @
89072adc
...
...
@@ -4,7 +4,7 @@ macro(add_freebusymodel_unittest _name)
ecm_add_test
(
${
_name
}
.cpp
${
_name
}
.h
TEST_NAME
${
_name
}
NAME_PREFIX
"freebusymodel-"
LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KF5::AkonadiCore KF5::CalendarUtils KF5::CalendarCore KF5::CalendarSupport
LINK_LIBRARIES Qt::Test KF5::AkonadiCore KF5::CalendarUtils KF5::CalendarCore KF5::CalendarSupport
)
endmacro
()
...
...
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