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

qmake ignores "no RTTI" when generating Xcode project file

    XMLWordPrintable

Details

    Description

      When trying to remove the RTTI flag from the generated Xcode project (QMAKESPEC=macx-xcode), then the following has no effect:

      CONFIG -= rtti
      QMAKE_CXXFLAGS += -fno-rtti

      The generated Xcode project will still have the "Enable C++ Runtime Types" setting enabled.

      With QMAKESPEC=macx-g++, setting "QMAKE_CXXFLAGS += -fno-rtti" generates a Makefile that has the -fno-rtti compiler option, but "CONFIG -= rtti" does not affect the Makefile.

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes