graphic openglwidget create only when realy switch to opengl

This commit is contained in:
2021-04-30 14:13:16 +03:00
parent 4880d3604f
commit c5f45b7078
2 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default
project(qad)
set(qad_MAJOR 2)
set(qad_MINOR 2)
set(qad_REVISION 1)
set(qad_REVISION 2)
set(qad_SUFFIX )
set(qad_COMPANY SHS)
set(qad_DOMAIN org.SHS)