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
53df9466
Commit
53df9466
authored
Oct 26, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version
parent
2b251e0f
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
CMakeLists.txt
CMakeLists.txt
+1
-1
accountwizard/CMakeLists.txt
accountwizard/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 @
53df9466
...
...
@@ -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
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.0"
)
set
(
KDEPIMRUNTIME_LIB_VERSION
"4.70.0"
)
set
(
KDEPIMRUNTIME_LIB_SOVERSION
"5"
)
...
...
accountwizard/CMakeLists.txt
View file @
53df9466
...
...
@@ -17,7 +17,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${accountwizard_SOURCE_DIR}")
# FIXME: Do we want the same versions in kdepimlibs and kf5?
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.0"
)
# KF5 package
find_package
(
KF5KIO
${
KF5_VERSION
}
CONFIG REQUIRED
)
...
...
agents/CMakeLists.txt
View file @
53df9466
...
...
@@ -16,7 +16,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${agents_SOURCE_DIR}")
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.0"
)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
# KF5 package
...
...
kcm/CMakeLists.txt
View file @
53df9466
...
...
@@ -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
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.0"
)
find_package
(
KF5KCMUtils
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Akonadi
${
KDEPIMLIBS_LIB_VERSION
}
CONFIG REQUIRED
)
endif
()
...
...
kioslave/CMakeLists.txt
View file @
53df9466
...
...
@@ -13,7 +13,7 @@ find_package(ECM 1.3.0 CONFIG REQUIRED)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.0"
)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
...
...
migration/CMakeLists.txt
View file @
53df9466
...
...
@@ -11,7 +11,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${migration_SOURCE_DIR}")
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.0"
)
set
(
KF5_VERSION
"5.4.0"
)
set
(
QT_REQUIRED_VERSION
"5.3.0"
)
...
...
plugins/CMakeLists.txt
View file @
53df9466
...
...
@@ -12,7 +12,7 @@ include_directories(
if
(
"
${
CMAKE_SOURCE_DIR
}
"
STREQUAL
"
${
plugins_SOURCE_DIR
}
"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.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 @
53df9466
...
...
@@ -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
1
.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"4.7
2
.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