Remove the Qt files from this repo#480
Open
ehoogerbeets wants to merge 6 commits into
Open
Conversation
- all files moved over to the qt-ilib repo instead
- Update package.json version from 14.23.0 to 15.0.0 - Add Build 035 release notes describing Qt/QML removal as a breaking change - Update README, GettingStarted, Installation, and Contributing docs to reflect that Qt/QML support ended at v14.x - Add deprecation notice to QtTest.md for historical reference
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.
Checklist
ReleaseNoteshas added or is not needed.NodejsandChrome Browser.QT/QML.Summary
This PR removes all Qt/QML platform support from iLib, which constitutes a breaking
change. The version has been bumped to 15.0.0 accordingly.
Changes
Runtime
js/lib/ilib-qt.jsandjs/lib/QMLLoader.jscase 'qt'platform branch fromjs/index.jsIString.js,NormString.js, andilib.jsQt source tree (fully removed)
qt/FileReader/— C++/QML native FileReader pluginqt/NodeunitTest/— QML-based nodeunit test runner (NodeunitRun*.qml,NodeunitRunAll.qml, etc.)qt/build.xmlandqt/build.propertiesBuild system
build.xml,js/build.xml, andGruntfile.jstools/build/dependencies.jsTests
testingSupport.js,testutils.js,testglobal.js,testrequire.js,teststrings.js,testnorm.js,testcharmapasync.js,testdatefmt.jsDocumentation
README.md,GettingStarted.md,Installation.md,Contributing.mdto reflect Qt support ended at v14.x
QtTest.mdfor historical referenceBreaking Change
Applications using iLib on Qt/QML platforms must pin to v14.x or earlier.
Resolution
Links