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
KTeaTime
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
Utilities
KTeaTime
Commits
39e87007
Commit
39e87007
authored
Dec 10, 2019
by
Jonathan Riddell
🏄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change KDE_APPLICATIONS_VERSION to RELEASE_SERVICE_VERSION
https://phabricator.kde.org/T11933
GIT_SILENT
parent
da030b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+5
-5
No files found.
CMakeLists.txt
View file @
39e87007
cmake_minimum_required
(
VERSION 3.5
)
# KDE Application Version, managed by release script
set
(
KDE_APPLICATIONS
_VERSION_MAJOR
"20"
)
set
(
KDE_APPLICATIONS
_VERSION_MINOR
"03"
)
set
(
KDE_APPLICATIONS
_VERSION_MICRO
"70"
)
set
(
KDE_APPLICATIONS_VERSION
"
${
KDE_APPLICATIONS_VERSION_MAJOR
}
.
${
KDE_APPLICATIONS_VERSION_MINOR
}
.
${
KDE_APPLICATIONS
_VERSION_MICRO
}
"
)
set
(
RELEASE_SERVICE
_VERSION_MAJOR
"20"
)
set
(
RELEASE_SERVICE
_VERSION_MINOR
"03"
)
set
(
RELEASE_SERVICE
_VERSION_MICRO
"70"
)
set
(
RELEASE_SERVICE_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE
_VERSION_MICRO
}
"
)
project
(
kteatime VERSION
${
KDE_APPLICATIONS
_VERSION
}
)
project
(
kteatime VERSION
${
RELEASE_SERVICE
_VERSION
}
)
set
(
QT_MIN_VERSION
"5.9.0"
)
set
(
KF5_MIN_VERSION
"5.46.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