Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWriteD
Commits
c56d39c4
Commit
c56d39c4
authored
Sep 12, 2014
by
Jonathan Esk-Riddell
🏄
Browse files
bump versions for 5.0.2 release
parent
38c3fa8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c56d39c4
...
...
@@ -2,7 +2,7 @@ project(kwrited)
cmake_minimum_required
(
VERSION 2.8.12 FATAL_ERROR
)
set
(
QT_MIN_VERSION
"5.3.0"
)
set
(
KWRITED_VERSION 5.0.
1
)
set
(
KWRITED_VERSION 5.0.
2
)
set
(
KWRITED_STRING_VERSION
"
${
KWRITED_VERSION
}
"
)
remove_definitions
(
-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS
)
...
...
@@ -82,4 +82,4 @@ endif ()
# The .notifyrc file is common
install
(
FILES kwrited.notifyrc DESTINATION
${
KNOTIFYRC_INSTALL_DIR
}
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
\ No newline at end of file
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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