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

ActiveQt: Unnecessarily option "/NOLOGO" when using axserver

    XMLWordPrintable

Details

    • Windows
    • 4447db44652420d80886de8de4b02f3bcd9fe86c (qt/qtbase/5.12) b11ae750db4344f54948ea2bdd5dc8c8309d6c67 (qt/qtbase/5.9)

    Description

      When using "QT += axserver" in .pro (following example is built), caught warning:

      midl : command line warning MIDL1008 : unknown switch "NOLOGO"
      

       
      COM App Example (ActiveQt)
      http://doc.qt.io/qt-5/activeqt-activeqt-comapp-example.html
       
      Below line is in like msvc2015_64\mkspecs\common\msvc-desktop.conf:

      QMAKE_IDL = midl /NOLOGO
      

       
      But without MSVC conf files are defined just as:

      QMAKE_IDL = midl
      

       
      Please remove that "/NOLOGO" option in msvc-desktop.conf for suppressing if unnecessarily.
       
       

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            akizawa Akihito Izawa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes