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
2b251e0f
Commit
2b251e0f
authored
Oct 26, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase version
parent
9047c44f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
CMakeLists.txt
CMakeLists.txt
+1
-1
accountwizard/CMakeLists.txt
accountwizard/CMakeLists.txt
+1
-1
agents/CMakeLists.txt
agents/CMakeLists.txt
+1
-1
kioslave/CMakeLists.txt
kioslave/CMakeLists.txt
+1
-1
migration/CMakeLists.txt
migration/CMakeLists.txt
+1
-1
resources/CMakeLists.txt
resources/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
2b251e0f
...
...
@@ -51,7 +51,7 @@ include(KDECMakeSettings)
include
(
KDEFrameworkCompilerSettings
)
include
(
ECMInstallIcons
)
set
(
KF5_VERSION
"5.
3
.0"
)
set
(
KF5_VERSION
"5.
4
.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.71.0"
)
...
...
accountwizard/CMakeLists.txt
View file @
2b251e0f
...
...
@@ -15,7 +15,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${accountwizard_SOURCE_DIR}")
include
(
KDEFrameworkCompilerSettings
)
# FIXME: Do we want the same versions in kdepimlibs and kf5?
set
(
KF5_VERSION
"5.
3
.0"
)
set
(
KF5_VERSION
"5.
4
.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.71.0"
)
...
...
agents/CMakeLists.txt
View file @
2b251e0f
...
...
@@ -17,7 +17,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${agents_SOURCE_DIR}")
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.71.0"
)
set
(
KF5_VERSION
"5.
3
.0"
)
set
(
KF5_VERSION
"5.
4
.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
# KF5 package
find_package
(
KF5Config
${
KF5_VERSION
}
CONFIG REQUIRED
)
...
...
kioslave/CMakeLists.txt
View file @
2b251e0f
...
...
@@ -14,7 +14,7 @@ find_package(ECM 1.3.0 CONFIG REQUIRED)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.71.0"
)
set
(
KF5_VERSION
"5.
3
.0"
)
set
(
KF5_VERSION
"5.
4
.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
...
...
migration/CMakeLists.txt
View file @
2b251e0f
...
...
@@ -12,7 +12,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${migration_SOURCE_DIR}")
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.71.0"
)
set
(
KF5_VERSION
"5.
3
.0"
)
set
(
KF5_VERSION
"5.
4
.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
find_package
(
KF5Config
${
KF5_VERSION
}
CONFIG REQUIRED
)
...
...
resources/CMakeLists.txt
View file @
2b251e0f
...
...
@@ -13,7 +13,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${resources_SOURCE_DIR}")
include
(
KDEFrameworkCompilerSettings
)
include
(
ECMInstallIcons
)
set
(
KF5_VERSION
"5.
3
.0"
)
set
(
KF5_VERSION
"5.
4
.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.71.0"
)
...
...
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