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
KPimTextEdit
Commits
07b91823
Commit
07b91823
authored
Nov 11, 2019
by
Laurent Montel
Browse files
GIT_SILENT: Master is opened now.
parent
39211d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
07b91823
cmake_minimum_required
(
VERSION 3.5
)
set
(
PIM_VERSION
"5.1
2.8
0"
)
set
(
PIM_VERSION
"5.1
3.4
0"
)
project
(
KPimTextEdit VERSION
${
PIM_VERSION
}
)
# ECM setup
set
(
KF5_MIN_VERSION
"5.6
3
.0"
)
set
(
KF5_MIN_VERSION
"5.6
4
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
...
...
@@ -37,7 +37,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KPIMTEXTEDIT
SOVERSION 5
)
set
(
QT_REQUIRED_VERSION
"5.1
1
.0"
)
set
(
QT_REQUIRED_VERSION
"5.1
2
.0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED COMPONENTS Widgets
)
find_package
(
Grantlee5
"5.1"
CONFIG REQUIRED
)
set_package_properties
(
Grantlee5 PROPERTIES
...
...
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