tests/auto/qhttp/qhttp.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    19     cgi.sources = webserver/cgi-bin/*
    19     cgi.sources = webserver/cgi-bin/*
    20     cgi.path = webserver/cgi-bin
    20     cgi.path = webserver/cgi-bin
    21     addFiles.sources = rfc3252.txt trolltech
    21     addFiles.sources = rfc3252.txt trolltech
    22     addFiles.path = .
    22     addFiles.path = .
    23     DEPLOYMENT = addFiles webFiles cgi
    23     DEPLOYMENT = addFiles webFiles cgi
       
    24     TARGET.CAPABILITY = NetworkServices
    24 } else:vxworks*: {
    25 } else:vxworks*: {
    25     DEFINES += SRCDIR=\\\"\\\"
    26     DEFINES += SRCDIR=\\\"\\\"
    26 } else {
    27 } else {
    27     DEFINES += SRCDIR=\\\"$$PWD/\\\"
    28     DEFINES += SRCDIR=\\\"$$PWD/\\\"
    28 }
    29 }