-
-
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
Install Angle DLLs via CMake config mode #11935
Conversation
I tested this by building and installing the PR on Windows11 with x64_legacy and x64_off. I found the following files: x64_legacy build directory:
x64_off build directory:
There is no Mixxx still does not start up if ANGLE is requested by $env:QT_OPENGL = 'angle'. |
Does it start up in x64_legacy mode? Can you repeat the test with x64_off? |
No, issue #11641 occurs always independent of Debug builds. I guess that the debug DLLs will be found, once the issue with the RelWithDebug DLLs is solved. |
The latest commit aims to instal the angle dlls with the correct suffix. Can you confirm that? The next step is to move it to the correct place.
What do you see in Release mode? |
The first issue originates from here:
So I guess the message is now gone, right? |
With the latest commit the startup fails as follows: x64_legacy build directory:
x64_legacy install directory:
x64_off build directory:
x64_off install directory:
|
043d4ee
to
4916754
Compare
@JoergAtGithub |
I just build this PR with x64_legacy, started from build directory and got:
|
…o the build directory
Oh I got it. The install command was missing. |
This works now for x64_legacy build and install directory. |
Thank you! |
Please check if the merge into main is correct. |
Angle is not supported by Qt6 anymore: https://doc.qt.io/qt-6/opengl-changes-qt6.html#removal-of-angle |
This fixes parts from #11641
installing the debug libraries when the a debug build has been performed.