$NetBSD: patch-bin_CMakeLists.txt,v 1.2 2025/12/15 14:50:45 adam Exp $ Install qtcreator.sh on all platforms. --- 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()