70db6233e7
In the unit test, check against inet_aton on Linux with GLIBC only. Other platforms have this function too, but they sometimes have different behaviour, so don't try to test them equally. Change-Id: I1a77e405ac7e713d4cf1cee03ea5ce17fb47feef Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
40 lines
723 B
Prolog
40 lines
723 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractfileengine \
|
|
qbuffer \
|
|
qdatastream \
|
|
qdebug \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
largefile \
|
|
qfileinfo \
|
|
qfilesystementry \
|
|
qfilesystemwatcher \
|
|
qiodevice \
|
|
qipaddress \
|
|
qnodebug \
|
|
qprocess \
|
|
qprocessenvironment \
|
|
qresourceengine \
|
|
qsettings \
|
|
qstandardpaths \
|
|
qtemporarydir \
|
|
qtemporaryfile \
|
|
qtextstream \
|
|
qurl \
|
|
qwinoverlappedionotifier \
|
|
|
|
!win32|wince* {
|
|
SUBDIRS -=\
|
|
qwinoverlappedionotifier
|
|
}
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qabstractfileengine \
|
|
qfileinfo \
|
|
qipaddress
|
|
|
|
win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qfilesystementry
|