Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
cc1844f3
Commit
cc1844f3
authored
Nov 11, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase version
parent
9411901a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
CMakeLists.txt
CMakeLists.txt
+1
-1
agents/CMakeLists.txt
agents/CMakeLists.txt
+1
-1
kcm/CMakeLists.txt
kcm/CMakeLists.txt
+1
-1
kioslave/CMakeLists.txt
kioslave/CMakeLists.txt
+1
-1
migration/CMakeLists.txt
migration/CMakeLists.txt
+1
-1
plugins/CMakeLists.txt
plugins/CMakeLists.txt
+1
-1
resources/CMakeLists.txt
resources/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
cc1844f3
...
...
@@ -54,7 +54,7 @@ include(ECMInstallIcons)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
set
(
KDEPIMRUNTIME_LIB_VERSION
"4.70.0"
)
set
(
KDEPIMRUNTIME_LIB_SOVERSION
"5"
)
...
...
agents/CMakeLists.txt
View file @
cc1844f3
...
...
@@ -16,7 +16,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${agents_SOURCE_DIR}")
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
# KF5 package
...
...
kcm/CMakeLists.txt
View file @
cc1844f3
...
...
@@ -4,7 +4,7 @@ add_definitions( -DQT_NO_CAST_TO_ASCII )
if
(
"
${
CMAKE_SOURCE_DIR
}
"
STREQUAL
"
${
kcmakonadi_SOURCE_DIR
}
"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
find_package
(
KF5KCMUtils
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Akonadi
${
KDEPIMLIBS_LIB_VERSION
}
CONFIG REQUIRED
)
endif
()
...
...
kioslave/CMakeLists.txt
View file @
cc1844f3
...
...
@@ -13,7 +13,7 @@ find_package(ECM 1.3.0 CONFIG REQUIRED)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
...
...
migration/CMakeLists.txt
View file @
cc1844f3
...
...
@@ -11,7 +11,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${migration_SOURCE_DIR}")
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
...
...
plugins/CMakeLists.txt
View file @
cc1844f3
...
...
@@ -12,7 +12,7 @@ include_directories(
if
(
"
${
CMAKE_SOURCE_DIR
}
"
STREQUAL
"
${
plugins_SOURCE_DIR
}
"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
find_package
(
Qt5DBus
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KDELibs4Support
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Akonadi
${
KDEPIMLIBS_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
resources/CMakeLists.txt
View file @
cc1844f3
...
...
@@ -16,7 +16,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${resources_SOURCE_DIR}")
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
4
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
5
.0"
)
set
(
KDEPIM_LIB_VERSION
"4.70.0"
)
set
(
KDEPIM_LIB_SOVERSION
"5"
)
...
...
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