This is necessary since we now use QSignalBlocker, which was introduced
in Qt 5.3.
set(CMAKE_AUTOMOC TRUE)
-find_package(Qt5 COMPONENTS Core Gui Widgets Svg REQUIRED)
+find_package(Qt5 5.3 COMPONENTS Core Gui Widgets Svg REQUIRED)
if(WIN32)
# MXE workaround: Use pkg-config to find Qt5 libs.
# https://github.com/mxe/mxe/issues/1642
# Not required (and doesn't work) on MSYS2.
if(NOT DEFINED ENV{MSYSTEM})
- pkg_check_modules(QT5ALL REQUIRED Qt5Widgets Qt5Gui Qt5Svg)
+ pkg_check_modules(QT5ALL REQUIRED Qt5Widgets>=5.3 Qt5Gui>=5.3 Qt5Svg>=5.3)
endif()
endif()
- libglib >= 2.28.0
- glibmm-2.4 (>= 2.28.0)
- gstreamermm-1.0 (>= 1.8.0)
- - Qt5 (including the following components):
+ - Qt5 (>= 5.3), including the following components:
- Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
- libboost >= 1.55 (including the following libs):
- libboost-system