From 67e0b796ce0c7386e654a2a6e9c7da490b716b89 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 29 Sep 2013 13:52:21 +0200 Subject: [PATCH] Changed: Search for OpenGL Qt 4 module --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index de76f0a81..926d28345 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -134,7 +134,7 @@ IF(FINAL_VERSION) ENDIF(FINAL_VERSION) IF(WITH_QT) - FIND_PACKAGE(Qt4 COMPONENTS QtCore QtGui QtXml REQUIRED) + FIND_PACKAGE(Qt4 COMPONENTS QtCore QtGui QtXml QtOpenGL REQUIRED) ENDIF(WITH_QT) IF(WITH_NEL)