Qt is not REQUIERD. This was causing errors.

This commit is contained in:
Matt Williams 2014-03-27 10:24:29 +00:00
parent 464d713c2a
commit 45302fde02

View File

@ -43,8 +43,8 @@ IF(WIN32)
ENDIF() ENDIF()
# Qt is required for building the tests, the example and optionally for bundling the documentation # Qt is required for building the tests, the example and optionally for bundling the documentation
find_package(Qt5Test 5.2 REQUIRED) find_package(Qt5Test 5.2)
find_package(Qt5OpenGL 5.2 REQUIRED) find_package(Qt5OpenGL 5.2)
set_package_properties(Doxygen PROPERTIES URL http://www.doxygen.org DESCRIPTION "API documentation generator" TYPE OPTIONAL PURPOSE "Building the API documentation") set_package_properties(Doxygen PROPERTIES URL http://www.doxygen.org DESCRIPTION "API documentation generator" TYPE OPTIONAL PURPOSE "Building the API documentation")
set_package_properties(Qt5Test PROPERTIES DESCRIPTION "C++ framework" URL http://qt-project.org) set_package_properties(Qt5Test PROPERTIES DESCRIPTION "C++ framework" URL http://qt-project.org)