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

Precompiled header using QtGui master header stops working on Mac

    XMLWordPrintable

Details

    • macOS

    Description

      Reproducible with the following project:

      echo "CONFIG += precompile_header" > test.pro
      echo "PRECOMPILED_HEADER = foo.h" >> test.pro
      echo "SOURCES += foo.cpp" >> test.pro
      echo "#include <QtGui>" > foo.h
      touch foo.cpp
      qmake
      make

      /usr/local/Trolltech/Qt-4.3.0/include/QtGui/qaccessible.h: In static member function 'static int QMetaTypeId<QSet<QAccessible::Method> >::qt_metatype_id()':
      /usr/local/Trolltech/Qt-4.3.0/include/QtGui/qaccessible.h:297: error: expected unqualified-id before '=' token
      <snip>

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes