-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.9.7, 5.11.2
-
Component/s: ActiveX Support
-
Platform/s:
-
Commits:4447db44652420d80886de8de4b02f3bcd9fe86c (qt/qtbase/5.12) b11ae750db4344f54948ea2bdd5dc8c8309d6c67 (qt/qtbase/5.9)
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.