Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
492 B
Prolog
23 lines
492 B
Prolog
load(qttest_p4)
|
|
|
|
SOURCES += tst_networkselftest.cpp
|
|
QT = core network
|
|
|
|
wince*: {
|
|
addFiles.files = rfc3252.txt
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else:symbian {
|
|
addFiles.files = rfc3252.txt
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
TARGET.CAPABILITY = NetworkServices ReadUserData
|
|
} else:vxworks*: {
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
win32:CONFIG+=insignificant_test # QTBUG-27571
|