summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-08-08 14:37:49 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-10-17 21:46:02 +0000
commitcf7a97a6582303bd2659cbf60c085eb28a8a9894 (patch)
tree943f1a7e5b9bcf63ebb3703cfaf74866e7618997 /tests/auto/network/kernel/qhostaddress/qhostaddress.pro
parentf93003e0c6886402d17c3aeff2145c62a871ff05 (diff)
QHostAddress: add more classification functions
[ChangeLog][QtNetwork][QHostAddress] Added isGlobal(), isLinkLocal(), isSiteLocal(), isUniqueLocalUnicast(), and isBroadcast() classification functions to complement isLoopback() and isMulticast(). Change-Id: I3868166e5efc45538544fffd14d8fca6e9042c04 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto/network/kernel/qhostaddress/qhostaddress.pro')
-rw-r--r--tests/auto/network/kernel/qhostaddress/qhostaddress.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/network/kernel/qhostaddress/qhostaddress.pro b/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
index a79fa2f59d..b5d6ea6459 100644
--- a/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
+++ b/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
@@ -2,7 +2,6 @@ CONFIG += testcase
TARGET = tst_qhostaddress
SOURCES += tst_qhostaddress.cpp
-
-QT = core network testlib
+QT = core network-private testlib
win32:LIBS += -lws2_32