Fixed: Compilation with dynamic version of Qt 5

This commit is contained in:
kervala 2016-01-06 23:22:01 +01:00
parent e67096fb60
commit 771d6f7358

View file

@ -371,6 +371,10 @@ IF(WITH_QT5)
ENDIF()
ELSE()
SET(QT_LIBRARIES Qt5::Widgets Qt5::Network Qt5::Xml Qt5::Gui Qt5::OpenGL Qt5::Core)
IF(WIN32)
SET(QT_LIBRARIES ${QT_LIBRARIES} Qt5::WinExtras)
ENDIF()
ENDIF()
ELSE()
MESSAGE(WARNING "Unable to find Qt 5")