-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[qt-advanced-docking-system] updated qt-advanced-docking-system to 3.2.1 #10170
Conversation
I'm not sure why only the Linux version is saying that there is no CMakeLists.txt present while the Windows one can find it fine and I made no big changes to the project. |
Hi @stijnherfst Can you install this port on Linux platform successfully on your local? I try to repro this on my local but it failed due to qt5-base, |
It seems like this might be an issue on your end with qt5-base indeed not compiling properly. |
We have been working on the regreassions on Linux about |
/azp run |
The regressions on Linux like this:
Since this error is related to |
Just to note, building under Linux works for me now so I think the update is ok. |
This issue should automatically be resolved at some point in the future and thus I think merging it should be fine. |
So is this going to be merged? The problem with compilation on Linux seems to be due to another package that this depends on having issues and is not related to this package then. The previous version of this package should then also fail to build because one of its dependencies fails and thus this PR doesn't regress anything. |
The changes look good to me. Right now, none of the Qt packages are getting downloaded on our CI for some reason. We're looking into it and trying to get it resolved ASAP. After that, we can merge this. I will tag this 'reviewed' so we don't forget about it. |
@stijnherfst Can you resolve the conflict? we just fixed the Qt problem in our CI |
@stijnherfst |
That's an issue on your end, right? |
/azp run |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
LGTM, thanks for the PR! |
Updates the library to the newest release which fixes several bugs and adds features.