Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Filelight
Commits
64aedd23
Commit
64aedd23
authored
May 17, 2021
by
Laurent Montel
😁
Browse files
Time to increase version
parent
a369edf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
64aedd23
...
...
@@ -13,12 +13,12 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
set
(
FILELIGHT_VERSION
${
RELEASE_SERVICE_VERSION
}
)
# minimum requirements
cmake_minimum_required
(
VERSION 3.
5
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
16
FATAL_ERROR
)
project
(
Filelight VERSION
${
FILELIGHT_VERSION
}
)
set
(
PROJECT_VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
KF5_MIN_VERSION
"5.
71
.0"
)
set
(
QT_REQUIRED_VERSION
"5.1
2
.0"
)
set
(
KF5_MIN_VERSION
"5.
83
.0"
)
set
(
QT_REQUIRED_VERSION
"5.1
5
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
)
...
...
@@ -45,6 +45,9 @@ find_package(KF5DocTools) # Optional, not needed on Windows for example.
add_definitions
(
-DTRANSLATION_DOMAIN=\"filelight\"
)
add_definitions
(
-DQT_NO_FOREACH
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055300
)
include_directories
(
src
)
add_subdirectory
(
src
)
...
...
Write
Preview
Supports
Markdown
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