Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
448 B
Prolog
23 lines
448 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qftp.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.EPOCHEAPSIZE="0x100 0x1000000"
|
|
TARGET.CAPABILITY = NetworkServices
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
CONFIG+=insignificant_test # QTQAINFRA-428
|