Forwarded: not-needed
Last-Update: 2023-07-23
On Debian the examples are built against system's libraries, so there is no
need to set RPATH/RUNPATH.
Gbp-Pq: Name remove_rpath_from_examples.patch
# This means that installed examples are not relocatable at the moment. We would need to
# annotate where each example is installed to, to be able to derive a relative rpath, and it
# seems there's no way to query such information from CMake itself.
- set(CMAKE_INSTALL_RPATH "${_default_install_rpath}")
+ #set(CMAKE_INSTALL_RPATH "${_default_install_rpath}")
set(QT_DISABLE_QT_ADD_PLUGIN_COMPATIBILITY TRUE)
install(CODE "