-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Copy missing QML libraries from VCPKG buildenv on Windows and macOS #12267
Comments
Are we sure that this isn't a bug in the vcpkg package? We should strive to fix this upstream in the portfile rather than adding this to our cmakelists file. |
In Qt6, We need to copy the plugins ourself. This is a weakness but not a bug. |
Note that this issue also appears to impact MacOS |
We currently build Mixxx static on macOS. The Plugins are however loaded at runtime. In a static build they will be discarded. The vcpkg environment does not provide the dynamic builds. |
daschuer:
|
I could copy all the files above, by appending the following code to my CMakeLists.txt.
|
I was not able to use the deploy script successfully. So I added the files manually like it is done in the Linux packages. |
#12604 copies only a few of the files listed above - and of cause Mixxx can't load the QML UI therefore |
Feature Description
I got the QML UI working on Windows, by using the buildenv from Main and copying the following files
and directories
to my build directory.
The text was updated successfully, but these errors were encountered: