summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/qhttp.pro
blob: 9186140491b0d305496909af9b0de6ff737dd727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load(qttest_p4)
SOURCES  += tst_qhttp.cpp


QT = core network

wince*: {
    webFiles.sources = webserver/*
    webFiles.path = webserver
    cgi.sources = webserver/cgi-bin/*
    cgi.path = webserver/cgi-bin
    addFiles.sources = rfc3252.txt trolltech
    addFiles.path = .
    DEPLOYMENT = addFiles webFiles cgi
    DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}