QNetworkInfo[win]: Explicitly link with oleaut32 for MINGW too
Following up on 2 commits that fixed static linking for MSVC but left
out MINGW:
230c53ad9d
d9820b0207
Pick-to: 6.6 6.7
Fixes: QTBUG-114243
Change-Id: I12853355ffa1a62acce15ff660478f618c42e0a6
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
bb10
parent
7e5a0b54f0
commit
938bdccb89
|
|
@ -14,7 +14,7 @@ qt_internal_add_plugin(QNLMNIPlugin
|
|||
Qt::NetworkPrivate
|
||||
)
|
||||
|
||||
qt_internal_extend_target(QNLMNIPlugin CONDITION MSVC
|
||||
qt_internal_extend_target(QNLMNIPlugin CONDITION WIN32
|
||||
LIBRARIES
|
||||
runtimeobject
|
||||
oleaut32
|
||||
|
|
|
|||
Loading…
Reference in New Issue