Closed
Conversation
MaartenBent
reviewed
Feb 21, 2024
Contributor
MaartenBent
left a comment
There was a problem hiding this comment.
Nice addition.
AppVeyor is still set to Qt 5.11 so requiring 5.15 causes problems there.
Contributor
|
@AliKet Is there anything still worth keeping here or should this one be closed? |
Contributor
|
Can safely be closed as everything here is in master now, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gets wxQt with Qt6 building with CMake, and samples (widgets, cube, pyramid) running.
Sort of implements #24208.
glib-2.0is needed to work around removal ofQAbstractEventDispatcher::hasPendingEvents()in Qt6.wxQtEventSignalHandler::HandleDestroyedSignalis removed due to assert when using Qt 6.6.2 linux desktop installed via aqt. When using distro's default6.2.4+dfsg-2ubuntu1.1, it just hangs.Scenario: in
widgetssample, select last entry in "All controls", then hold Up arrow key.Assert details
ASSERT failure in QTreeWidget: "Called object is not of the correct type (class destructor may have already run)", file .../qt/6.6.2/gcc_64/include/QtCore/qobjectdefs_impl.h, line 129