Bug 331198 - Split QtQuick from the engine part into a separate module
Summary: Split QtQuick from the engine part into a separate module
Status: RESOLVED UNMAINTAINED
Alias: None
Product: QmlWeb
Classification: Unmaintained
Component: QML-Engine (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR task
Target Milestone: ---
Assignee: Anton Kreuzkamp
URL:
Keywords:
Depends on: 331197
Blocks: 331199
  Show dependency treegraph
 
Reported: 2014-02-16 17:34 UTC by Anton Kreuzkamp
Modified: 2025-06-10 16:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kreuzkamp 2014-02-16 17:34:20 UTC
Currently the QtQuick parts of QmlWeb (all Item and Animation element classes) and the QML engine itself are both in one file, the import statement in QML is ignored. To gain the same modularity like Qt's QML, we need to split them up and load QtQuick as a module using the import statement.
Comment 1 Christoph Cullmann 2025-06-10 16:57:33 UTC
This project is unfortunately no longer maintained.

If a new maintainer wants to step up and take care, the project is archived here:

https://invent.kde.org/unmaintained/qmlweb

You can just clone it in your private namespace on invent.kde.org and if you have started to work on it and fixed/implemented something get it reviewed and the project unarchived.

Sorry for the inconveniences.