-
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
[Qt5] Update Qt latest to 5.14.1 #10009
Conversation
…feature # Conflicts: # ports/qt5-base/portfile.cmake
This reverts commit 8b9b188.
@longhuan2018: Triplet ?; Linked Qt5 CMake target? Are you using [latest] feature or are you building 5.12.7? I am currently testing building paraview with this PR on windows. |
I am using latest, and I also upgraded it to 5.14.1, just by modifying the hash value. But I am not based on this PR |
@longhuan2018: Ok if you are not using this PR please don't mention linkage errors. This PR has additional patches to the Qt5XXXConfig.cmake.in to [latest] to fix the linkage. The reason you see those linkage problems is that |
OK, then I will also use this PR to test my program |
@longhuan2018 : Just remove the |
That's really a hard work, thanks! |
# Conflicts: # scripts/ci.baseline.txt
/azp run |
Pull request contains merge conflicts. |
1 similar comment
Pull request contains merge conflicts. |
# Conflicts: # scripts/ci.baseline.txt
…feature # Conflicts: # ports/qt5-activeqt/CONTROL # ports/qt5-base/CONTROL # ports/qt5-gamepad/CONTROL # ports/qt5-graphicaleffects/CONTROL # ports/qt5-networkauth/CONTROL # ports/qt5-purchasing/CONTROL # ports/qt5-remoteobjects/CONTROL # ports/qt5-sensors/CONTROL # ports/qt5-serialport/CONTROL # ports/qt5-tools/CONTROL # ports/qt5-webchannel/CONTROL # scripts/ci.baseline.txt
/azp run |
Oh, this PR exists so long... |
/azp run |
outdated 5.14.2 released |
follow up PR to #9860. Made latest default feature to test CI run.
Needs testing against ParaView PR #9960 to make sure that everything is linked in correctly. But if ParaView builds with it, it should generally work with everythingDone testing Paraview builds and runs fine with Qt 5.12.7 and Qt 5.14.1
closes #10344
closes #10338