Skip to content
Commit 2b961d6d authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

cmake: explicitly find Qt5Gui module

Qt5Gui is required by Qt5Widgets. Without listing it explicitly in
find_package(), cmake claims that its minimum required version is equal
to the version of the system installed Qt, which is not true (the minimum
version is 5.4.0 at the moment of writing).
parent 087eafa2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment