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

Can't build 5.14 alpha 1 using -ltcg configure option with Visual Studio 2017 due to unresolved QVector<QPoint> externals

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.14.0 Alpha
    • None
    • Windows

    Description

      I checked out the v5.14.0-alpha1 tag and built Qt on Windows with VS.net 2017 using the following configure options:

      configure -release -platform win32-msvc2017 --commercial -confirm-license -nomake examples -nomake tests -ltcg -qt-zlib -directwrite -mp

      QtGui fails to link, with the same kind of unresolved externals for QVector<QPoint> described in QTBUG-78112.

      If I configure without -ltcg, it works.

      If I remove the line that includes qvector_msvc.cpp from tools.pri, it works.

      If I build with VS 2019, it works (with or without qvector_msvc.cpp, seemingly).

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            jlarcombe James Larcombe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes