This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
load(qttest_p4) |
| 2 |
|
| 3 |
SOURCES += tst_networkselftest.cpp |
| 4 |
QT = core network |
| 5 |
|
| 6 |
wince*: { |
| 7 |
addFiles.files = rfc3252.txt |
| 8 |
addFiles.path = . |
| 9 |
DEPLOYMENT += addFiles |
| 10 |
DEFINES += SRCDIR=\\\"\\\" |
| 11 |
} else:symbian { |
| 12 |
addFiles.files = rfc3252.txt |
| 13 |
addFiles.path = . |
| 14 |
DEPLOYMENT += addFiles |
| 15 |
TARGET.CAPABILITY = NetworkServices ReadUserData |
| 16 |
} else:vxworks*: { |
| 17 |
DEFINES += SRCDIR=\\\"\\\" |
| 18 |
} else { |
| 19 |
DEFINES += SRCDIR=\\\"$$PWD/\\\" |
| 20 |
} |
| 21 |
|
| 22 |
CONFIG+=insignificant_test # QTQAINFRA-428 |