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

Restructure the QtQml module

XMLWordPrintable

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

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes