Fixed: Case of CMake Freetype module

--HG--
branch : develop
This commit is contained in:
kervala 2017-06-20 12:27:05 +02:00
parent e956f69691
commit 0d12fe5604

View file

@ -337,7 +337,7 @@ IF(WITH_QT5)
ENDIF()
# freetype is needed since Qt 5.5
FIND_PACKAGE(FreeType)
FIND_PACKAGE(Freetype)
IF(FREETYPE_FOUND)
SET(QT_LIBRARIES ${QT_LIBRARIES} ${FREETYPE_LIBRARIES})