9fe76bf6a6
The data file named "trolltech" has nothing specific to Trolltech in its contents. Rename it to "testhtml". The lack of a file extension is intentional. Task-number: QTBUG-19653 Change-Id: Idc5c5f4ffa447151e47f66ff7364f0fa8753a699 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
24 lines
496 B
Prolog
24 lines
496 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttp
|
|
SOURCES += tst_qhttp.cpp
|
|
|
|
|
|
QT = core network testlib
|
|
|
|
wince*: {
|
|
webFiles.files = webserver/*
|
|
webFiles.path = webserver
|
|
cgi.files = webserver/cgi-bin/*
|
|
cgi.path = webserver/cgi-bin
|
|
addFiles.files = rfc3252.txt testhtml
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles webFiles cgi
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else:vxworks*: {
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
CONFIG+=insignificant_test
|