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

Compilation error

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.3.0
    • 5.4.0
    • Quick: SceneGraph
    • None
    • 587444f033cf51251f36321321ae358d187f37f9

    Description

      Qt Base Change-Id: I529bad5c179e004f63e152f7dcc311d298c3db98 removed QFontEngineGlyphCache::Type enum. This results in build errors of qtdeclarative

      compiling scenegraph/qsgdefaultglyphnode_p.cpp
      scenegraph/qsgdefaultglyphnode_p.cpp:72:51: error: expected ‘)’ before ‘cacheType’
      QSGTextMaskShader(QFontEngineGlyphCache::Type cacheType);
      ^
      scenegraph/qsgdefaultglyphnode_p.cpp:84:5: error: ‘Type’ in ‘class QFontEngineGlyphCache’ does not name a type
      QFontEngineGlyphCache::Type m_cacheType;
      ^
      scenegraph/qsgdefaultglyphnode_p.cpp:93:37: error: expected constructor, destructor, or type conversion before ‘(’ token
      QSGTextMaskShader::QSGTextMaskShader(QFontEngineGlyphCache::Type cacheType)
      ^
      make[2]: *** [.obj/qsgdefaultglyphnode_p.o] Error 1

      Attachments

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

        Activity

          People

            aalpert Alan Alpert
            adamm Adam Majer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes