From c8db621706d6bd7f7d5bf203eb1294b8a8449e43 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 13 Jun 2026 02:49:03 -0400 Subject: [PATCH] correct qt6 instructions --- src/qt_common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt_common/CMakeLists.txt b/src/qt_common/CMakeLists.txt index 8858b819d6..ce8b776279 100644 --- a/src/qt_common/CMakeLists.txt +++ b/src/qt_common/CMakeLists.txt @@ -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()