Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-950

Get Qt build settings from 'vcapp' qmake template

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 2.8.1
    • 2.8.0
    • Build-time integration
    • None
    • e2ff00721d3693f68f96cf0de43181caffd0282f (qt-labs/vstools/dev)

    Description

      Extract all settings required to integrate Qt tools in the project build by calling qmake with the option to generate an msvc project (qmake -tp vc).

      Qt/MSBuild relies on qmake to obtain settings needed to integrate Qt tools in the project build. This is currently achieved by calling qmake to generate an "empty" Makefile, which is then parsed to extract macros, include paths and aditional linker input. However, some important settings are not currently extracted, e.g. compiler and linked options.

      Using an msvc project as source of the build settings, instead of a Makefile, has the advantage that all settings are already defined as MSBuild properties. As such, the extraction process will only need to append the properties in the generated .vcxproj to the ones defined in the user's project.

      Attachments

        Issue Links

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

          Activity

            People

              mecfc Miguel Costa
              mecfc Miguel Costa
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes