Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Make qml module targets publicly visible #4

Merged

Conversation

LeonMatthesKDAB
Copy link
Collaborator

As per the CMake documentation, by default IMPORTED targets are only
visible within the current directory.
This isn't useful behavior in our case, so make it globally accessible.

See also: https://cmake.org/cmake/help/latest/command/add_library.html#imported-libraries

As per the CMake documentation, by default IMPORTED targets are only
visible within the current directory.
This isn't useful behavior in our case, so make it globally accessible.

See also: https://cmake.org/cmake/help/latest/command/add_library.html#imported-libraries
@ahayzen-kdab ahayzen-kdab added the backport-candidate Change which could be backported to the stable series label Jan 9, 2025
@ahayzen-kdab
Copy link
Collaborator

LGTM :-)

@LeonMatthesKDAB LeonMatthesKDAB merged commit 76cd5bf into KDAB:main Jan 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-candidate Change which could be backported to the stable series
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants