CMake: MinGW build fix
Change-Id: Ica47189fd8f1811ce9e726fa0416e6ea8ae7af63 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
e99f4a5c89
commit
1143b07948
|
|
@ -428,7 +428,7 @@ extend_target(Network CONDITION QT_FEATURE_openssl AND QT_FEATURE_ssl AND WIN32
|
|||
crypt32
|
||||
)
|
||||
|
||||
extend_target(Network CONDITION WIN32 LIBRARIES ws2_32) # special case: mkspecs/common/msvc-desktop.conf
|
||||
extend_target(Network CONDITION WIN32 PUBLIC_LIBRARIES ws2_32) # special case: mkspecs/common/msvc-desktop.conf
|
||||
|
||||
add_qt_docs(
|
||||
doc/qtnetwork.qdocconf
|
||||
|
|
|
|||
Loading…
Reference in New Issue