Skip to content
GitLab
Menu
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
3d854736
Commit
3d854736
authored
Aug 15, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: future kf5 will depend against qt5.15.2, we will depend against it too.
parent
5f4a3eb9
Pipeline
#75095
passed with stage
in 3 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3d854736
...
...
@@ -26,7 +26,7 @@ include(ECMQtDeclareLoggingCategory)
set
(
KTNEF_LIB_VERSION
${
PIM_VERSION
}
)
set
(
CALENDARUTILS_LIB_VERSION
"5.18.40"
)
set
(
QT_REQUIRED_VERSION
"5.15.
0
"
)
set
(
QT_REQUIRED_VERSION
"5.15.
2
"
)
ecm_setup_version
(
PROJECT VARIABLE_PREFIX KTNEF
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/ktnef_version.h"
PACKAGE_VERSION_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5TnefConfigVersion.cmake"
...
...
@@ -42,7 +42,7 @@ find_package(KF5CalendarUtils ${CALENDARUTILS_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5Contacts
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f0
0
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f0
2
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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