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

QMake Visual Studio generator precompiled header conflict

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 4.8.0
    • 4.5.3
    • Build tools: qmake
    • None
    • Windows XP, Visual Studio 2008

      Manually setting the "PrecompiledHeaderThrough" value using the options -Yu, -YX and -Yc doesn't work. The string is filled into " "PrecompiledHeaderFile" instead.

      Solution:
      msvc_objectmodel.cpp: lines 870, 874 and 882

      change
      PrecompiledHeaderFile = option+3;
      to
      PrecompiledHeaderThrough = option+3;

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

            jbornema Joerg Bornemann
            pieter.verberck Pieter Verberck
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes