$NetBSD: patch-bin_CMakeLists.txt,v 1.1 2025/05/09 05:57:08 adam Exp $ --- bin/CMakeLists.txt.orig 2025-04-04 11:08:24.626998674 +0000 +++ bin/CMakeLists.txt @@ -1,3 +1,3 @@ -if (NOT APPLE) +if (TRUE) install(PROGRAMS qtcreator.sh DESTINATION bin) endif()