summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/xmlhttprequest/xmlhttprequest.pro
blob: 5d35a8920e0fe0badc9429e85630ec0dd098e45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative webkit network
macx:CONFIG -= app_bundle

HEADERS += testhttpserver.h

SOURCES += tst_xmlhttprequest.cpp \
           testhttpserver.cpp


# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"