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

INCLUDEPATH += ../shared/
HEADERS += ../shared/testhttpserver.h

SOURCES += tst_xmlhttprequest.cpp \
           ../shared/testhttpserver.cpp


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