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
KCalUtils
Commits
af0bba19
Commit
af0bba19
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
46267d8a
Pipeline
#218896
passed with stage
in 6 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
af0bba19
...
...
@@ -12,14 +12,14 @@ configure_file(test_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/test_config.h @ON
ecm_add_tests
(
testdndfactory.cpp teststringify.cpp testtodotooltip.cpp
NAME_PREFIX
"kcalutils-"
LINK_LIBRARIES KF5CalendarUtils KF5::I18n Qt
${
QT_MAJOR_VERSION
}
::Test
LINK_LIBRARIES KF5CalendarUtils KF5::I18n Qt::Test
)
ecm_add_test
(
testincidenceformatter.cpp testincidenceformatter.h
TEST_NAME
"testincidenceformatter"
NAME_PREFIX
"kcalutils-"
LINK_LIBRARIES KF5CalendarUtils Qt
${
QT_MAJOR_VERSION
}
::Core Qt
${
QT_MAJOR_VERSION
}
::Test KF5::CalendarCore KF5::I18n KF5::IdentityManagement
${
TEMPLATES_LIB
}
LINK_LIBRARIES KF5CalendarUtils Qt
::Core Qt
::Test KF5::CalendarCore KF5::I18n KF5::IdentityManagement
${
TEMPLATES_LIB
}
)
# Make sure that dates are formatted in C locale
...
...
src/CMakeLists.txt
View file @
af0bba19
...
...
@@ -53,7 +53,7 @@ target_include_directories(KF5CalendarUtils PUBLIC "$<BUILD_INTERFACE:${KCalUtil
target_link_libraries
(
KF5CalendarUtils
PUBLIC
Qt
${
QT_MAJOR_VERSION
}
::Widgets
Qt::Widgets
KF5::CalendarCore
KF5::CoreAddons
KF5::ConfigGui
...
...
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