$OpenBSD: patch-src_plugins_qmldesigner_CMakeLists_txt,v 1.2 2021/12/18 08:52:39 rsadowski Exp $

Index: src/plugins/qmldesigner/CMakeLists.txt
--- src/plugins/qmldesigner/CMakeLists.txt.orig
+++ src/plugins/qmldesigner/CMakeLists.txt
@@ -125,7 +125,7 @@ if (UNIX)
     SOURCES_PREFIX ../../../share/qtcreator/qml/qmlpuppet/container
     SOURCES sharedmemory_unix.cpp
   )
-  if (NOT APPLE)
+  if (NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD")
     extend_qtc_plugin(QmlDesigner DEPENDS rt)
   endif()
 else()
