Closed berolinux closed 6 months ago
Thanks for the fix, I can confirm it works. Just an issue: https://cmake.org/cmake/help/latest/variable/CMAKE_EXECUTABLE_ENABLE_EXPORTS.html says CMAKE_EXECUTABLE_ENABLE_EXPORTS is added in CMake 3.27. I'm not sure if it's too new for Linux/BSD/... distributions.
Indeed it's on the edge: https://repology.org/project/cmake/versions
This may deserve a point release. Please decide what should be done. @luis-pereira, @yan12125?
We can use the
ENABLE_EXPORTS
property:
This approach looks good (not tested yet)
This approach looks good (not tested yet)
Pls test. It worked on my test.
This may deserve a point release. Please decide what should be done. @luis-pereira, @yan12125?
If ENABLE_EXPORTS
is found to work, we should use it, IMO.
It deserves a point release, IMO.
This approach looks good (not tested yet)
Pls test. It worked on my test.
For what it is worth, worked for me.
Thank you!
@luis-pereira Would you please make a PR?
@tsujan Done here @berolinux Thanks for your work.
Superseded by #2061
The lxqt-plugin binary needs to export symbols that should be visible to plugins being loaded with QPluginLoader or dlopen.
Fixes https://github.com/lxqt/lxqt-panel/issues/2052