3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
23 lines
448 B
Prolog
23 lines
448 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qftp.cpp
|
|
|
|
|
|
QT = core network network-private
|
|
|
|
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
|