feat: set opengl format

This commit is contained in:
parker
2025-06-25 17:12:29 +01:00
parent 27da7177ae
commit bdfc5822ec
3 changed files with 23 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ qt_add_executable(${AppExec}
src/gui/network/NodeIconGraphic.cpp
)
target_link_libraries(${AppExec} PRIVATE Qt6::Core Qt6::Widgets Qt6::SvgWidgets Qt6::OpenGLWidgets)
target_link_libraries(${AppExec} PRIVATE Qt6::Core Qt6::Widgets Qt6::SvgWidgets Qt6::OpenGLWidgets GLU)
target_include_directories(${AppExec} PUBLIC src)
# tests