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

Add the Microsoft resource compiler to the list of known compilers

    XMLWordPrintable

Details

    Description

      I want to mention the Qt version (QT_VERSION_STR) in the VS_VERSION_INFO resource structure of my application, so that it is later possible to easily see with which Qt version the binary has been built.
      Unfortunately in file src\corelib\global\qglobal.h at line # 486 the Microsoft resource compiler is prompted to report an error. It would be nice if the Microsoft resource compiler could be added to the list of known compilers. It can be done easily by adding the following line:

      #elif defined(RC_INVOKED)

      (The Microsoft resource compiler defines RC_INVOKED automatically.)

      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