Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KDE PIM Add-ons
Commits
b2f5a6b0
Commit
b2f5a6b0
authored
Jan 23, 2018
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT: Time to increase version. Clean up
parent
07eaa3dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
CMakeLists.txt
CMakeLists.txt
+1
-9
No files found.
CMakeLists.txt
View file @
b2f5a6b0
...
...
@@ -7,7 +7,7 @@ if (POLICY CMP0063)
cmake_policy
(
SET CMP0063 NEW
)
endif
()
set
(
KF5_VERSION
"5.4
1
.0"
)
set
(
KF5_VERSION
"5.4
2
.0"
)
find_package
(
ECM
${
KF5_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
...
...
@@ -140,14 +140,6 @@ find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED)
find_package
(
Poppler COMPONENTS Qt5
)
set_package_properties
(
"Poppler"
PROPERTIES TYPE OPTIONAL PURPOSE
"Support for PDF booking confirmations in the semantic extraction plugin."
)
if
(
NOT CMAKE_VERSION VERSION_LESS
"3.10.0"
AND KF5_VERSION VERSION_LESS
"5.42.0"
)
# CMake 3.9+ warns about automoc on files without Q_OBJECT, and doesn't know about other macros.
# 3.10+ lets us provide more macro names that require automoc.
# KF5 >= 5.42 takes care itself of adding its macros in its cmake config files
list
(
APPEND CMAKE_AUTOMOC_MACRO_NAMES
"K_PLUGIN_FACTORY_WITH_JSON"
"K_PLUGIN_FACTORY"
)
endif
()
if
(
KDEPIMADDONS_BUILD_EXAMPLES
)
add_subdirectory
(
examples
)
endif
()
...
...
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