Put tst_qnetworkproxyfactory behind networkproxy feature
..as it heavily relies on it and fails to build without. Task-number: QTBUG-136101 Pick-to: 6.9 6.8 Change-Id: Ie2ba55e485cf96d568b0b22f27e19ffa72f48da9 Reviewed-by: Mate Barany <mate.barany@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
6816273f0e
commit
01e253e77c
@ -7,7 +7,9 @@ if(QT_FEATURE_dnslookup AND (QT_FEATURE_libresolv OR WIN32))
|
|||||||
endif()
|
endif()
|
||||||
if(QT_FEATURE_networkinterface)
|
if(QT_FEATURE_networkinterface)
|
||||||
add_subdirectory(qnetworkaddressentry)
|
add_subdirectory(qnetworkaddressentry)
|
||||||
add_subdirectory(qnetworkproxyfactory)
|
if(QT_FEATURE_networkproxy)
|
||||||
|
add_subdirectory(qnetworkproxyfactory)
|
||||||
|
endif()
|
||||||
add_subdirectory(qnetworkinterface)
|
add_subdirectory(qnetworkinterface)
|
||||||
endif()
|
endif()
|
||||||
if(QT_FEATURE_networkproxy)
|
if(QT_FEATURE_networkproxy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user