winrt: Add privateNetworkClientServer to default capabilities
Contrary to our initial assumption, this should be added by default to allow full functionality during development by default. Developers need to decide which capabilities to use during the publishing step already, hence improve DX by adding this. Task-number: QTBUG-50847 Change-Id: I36e0214f7bcf8610d31851eea172aba3944cfd99 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
6fa74764d9
commit
3394d97edf
@ -34,7 +34,8 @@ ANDROID_PERMISSIONS += \
|
||||
|
||||
MODULE_WINRT_CAPABILITIES = \
|
||||
internetClient \
|
||||
internetClientServer
|
||||
internetClientServer \
|
||||
privateNetworkClientServer
|
||||
|
||||
MODULE_PLUGIN_TYPES = \
|
||||
bearer
|
||||
|
Loading…
x
Reference in New Issue
Block a user