cf7a97a658
[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>
8 lines
137 B
Prolog
8 lines
137 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhostaddress
|
|
SOURCES += tst_qhostaddress.cpp
|
|
|
|
QT = core network-private testlib
|
|
|
|
win32:LIBS += -lws2_32
|