head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.22 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.20 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2023.08.04.19.16.47; author adam; state Exp; branches; next ; commitid nL8gIokLKyiJfvzE; desc @@ 1.1 log @qt6-qtwayland: added version 6.5.2 Qt6 module providing the ability to Qt6 apps on wayland and for writing custom display servers based on the wayland protocol using QML and C++ APIs. @ text @$NetBSD$ Support all UNIX platforms. --- CMakeLists.txt.orig 2023-07-07 12:29:08.000000000 +0000 +++ CMakeLists.txt @@@@ -18,7 +18,7 @@@@ find_package(Qt6 ${PROJECT_VERSION} CONF ) qt_internal_project_setup() -if(NOT MACOS AND NOT QNX AND (ANDROID OR NOT LINUX)) +if(NOT UNIX) message(NOTICE "Skipping the build as the condition \"LINUX OR MACOS OR QNX\" is not met.") return() endif() @