We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cf951 commit cb94d7fCopy full SHA for cb94d7f
CMakeLists.txt
@@ -192,6 +192,12 @@ else()
192
193
endif()
194
195
+if(UNIX)
196
+ find_package(OpenGL)
197
+ if(OPENGL_FOUND)
198
+ list(APPEND QT_LIBRARIES ${OPENGL_LIBRARIES})
199
+ endif()
200
+endif()
201
#-----------------------------------------------------------------------------
202
# The variable "generated_cpp_suffix" allows to conditionnally compile the generated wrappers
203
# associated with the Qt version being used.
0 commit comments