From fadcb0a72b59a8c7082dc9c893b76125b8f6caf3 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Thu, 5 Dec 2013 13:15:11 +0100 Subject: WinRT: Added networkinterface and hostinfo While QHostInfo and QNetworkInterface are implemented, socket implementation is just a stub for now. Having stub implementation is preferable over not having them at all is because most applications will not build, if sockets are not available. Even though they do not do anything useful yet, applications can be compiled and run to get an idea how network will work on WinRT. Change-Id: I78ea88901a30280d4098b75ef7398c2628dd19c8 Reviewed-by: Andrew Knight Reviewed-by: Maurice Kalinowski --- src/src.pro | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 74ca7fbf0b..63cbfacbf4 100644 --- a/src/src.pro +++ b/src/src.pro @@ -149,12 +149,6 @@ SUBDIRS += src_plugins src_tools_qdoc nacl: SUBDIRS -= src_network src_testlib -winrt { - src_platformsupport.depends -= src_network - src_plugins.depends -= src_network - SUBDIRS -= src_network -} - android:!android-no-sdk: SUBDIRS += src_android TR_EXCLUDE = \ -- cgit v1.2.3