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
Multimedia
FFmpeg Thumbnailer
Commits
7cc44a68
Commit
7cc44a68
authored
Dec 03, 2020
by
Jonathan Marten
Browse files
ecm_qt_install_logging_categories() needs ECM 5.68.0
parent
2006059b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7cc44a68
...
...
@@ -3,7 +3,7 @@ project(ffmpegthumbs)
cmake_minimum_required
(
VERSION 2.8.12 FATAL_ERROR
)
set
(
QT_MIN_VERSION
"5.2.0"
)
find_package
(
ECM 5.
14
.0 REQUIRED NO_MODULE
)
find_package
(
ECM 5.
68
.0 REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake
)
include
(
FeatureSummary
)
...
...
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