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

QMAKE_PRL_TARGET refers to .dll instead of .lib

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 6.0.1, 6.1.0
    • 6.0.0 RC
    • Build System: CMake
    • None
    • Windows
    • 89b49e52310c5b5e1549e78b334749c4f486cc7f (qt/qtbase/dev) db2045a0a0d77f7802192ac4daf137887ebf3e5e (qt/qtbase/6.0)

      In the CMake build of Qt6, the module's .prl files point to .dll files instead of the import libs.

      For example:

      lib/Qt6Cored.prl
      2:QMAKE_PRL_TARGET = Qt6Cored.dll
      

      in the qmake build we have

      lib/Qt6Cored.prl
      3:QMAKE_PRL_TARGET = Qt6Cored.lib
      

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

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes