correct qt6 instructions

This commit is contained in:
lizzie 2026-06-13 02:49:03 -04:00
parent 38708c35bb
commit 36a67ae67c
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ if (ENABLE_OPENGL)
target_compile_definitions(qt_common PUBLIC HAS_OPENGL)
endif()
if (UNIX AND NOT APPLE)
if (UNIX AND NOT APPLE AND NOT PLATFORM_NETBSD)
if (DEFINED Qt6Gui_PRIVATE_INCLUDE_DIRS)
target_include_directories(qt_common PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS})
else()