From 4922907fa1869d789167ee9b5d904e1129790d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 19 Dec 2018 16:15:28 +0100 Subject: [PATCH] Added hint do Documentation for gl.h and glew.h collisions --- Documentation/DeveloperHelpSources/changelog.docu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DeveloperHelpSources/changelog.docu b/Documentation/DeveloperHelpSources/changelog.docu index e3e520c5..d3340f85 100644 --- a/Documentation/DeveloperHelpSources/changelog.docu +++ b/Documentation/DeveloperHelpSources/changelog.docu @@ -4,7 +4,7 @@ - OpenFlipper 4.0 ( ?/?/? ) - Breaking changes - Picking functions use size_t instead of unsigned int now (Required to get rid of a lot of warnings during compilation) - - Enabled AUTOMOC in cmake for QT ( If you get redefinition errors, guard the corresponding headers with a #pragma once ) + - Enabled AUTOMOC in cmake for QT ( If you get redefinition errors, guard the corresponding headers with a #pragma once ; If you get gl.h before glew.h errors, move your widgets not using OpenGL into a subdir and add that to the DIRS macro in your CMakeLists.txt) - Removed a lot of Scenegraph includes in BaseObjectData to reduce gl qt collisions and replaced them with forward declarations. (You have to include the scenegraph headers yourself now!) - Core - Use QOpenGLDebuglogger -- GitLab