summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/qhttp.pro
blob: b053b7cb49be92886b2c86c0381b1e2d5e2b5918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CONFIG += testcase
SOURCES  += tst_qhttp.cpp
INCLUDEPATH += "../../../include"

QT = core network testlib http

TARGET = tst_qhttp

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/\\\"
}