Fix Qt5::Serialport not found on RPi (again)

This commit is contained in:
brindosch 2017-10-13 01:04:53 +02:00 committed by GitHub
parent 992dd6ea84
commit 77dadc6ff9
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ endif ()
# add QT5 dependency
SET(QT_MIN_VERSION "5.2.0")
find_package(Qt5 COMPONENTS Core Gui Network REQUIRED)
find_package(Qt5 COMPONENTS Core Gui Network SerialPort REQUIRED)
message( STATUS "Found Qt Version: ${Qt5Core_VERSION}" )
IF ( "${Qt5Core_VERSION}" VERSION_LESS "${QT_MIN_VERSION}" )
message( FATAL_ERROR "Your Qt version is to old! Minimum required ${QT_MIN_VERSION}" )