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>
32 lines
761 B
Prolog
32 lines
761 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qhttp.cpp
|
|
|
|
|
|
QT = core network
|
|
|
|
wince*: {
|
|
webFiles.files = webserver/*
|
|
webFiles.path = webserver
|
|
cgi.files = webserver/cgi-bin/*
|
|
cgi.path = webserver/cgi-bin
|
|
addFiles.files = rfc3252.txt trolltech
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles webFiles cgi
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else:symbian {
|
|
webFiles.files = webserver/*
|
|
webFiles.path = webserver
|
|
cgi.files = webserver/cgi-bin/*
|
|
cgi.path = webserver/cgi-bin
|
|
addFiles.files = rfc3252.txt trolltech
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles webFiles cgi
|
|
TARGET.CAPABILITY = NetworkServices
|
|
} else:vxworks*: {
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
CONFIG+=insignificant_test
|