Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-105240

Restructure the QtQml module

    XMLWordPrintable

Details

    • 46429839fe (qt/qtdeclarative/dev) 46429839fe (qt/tqtc-qtdeclarative/dev)

    Description

      We need to restructure QtQml in order to avoid cyclic dependencies and issues with enum resolution. The structure is as follows:

      1. QtQml - A qmldir only module that imports the three other modules
        1. QtQml.Base - What QtQml currently is minus its import entries, contains all type info and the actual plugin
        2. QtQml.Models - As before but can depend on QtQml.Base now
        3. QtQml.WorkerScript - As before but can depend on QtQml.Base now

      This is way cleaner and allows us to avoid a lot of ugly hacks.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-105240
          # Subject Branch Project Status CR V

          Activity

            People

              ulherman Ulf Hermann
              max.goldstein Maximilian Goldstein
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes