summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/xmlhttprequest/xmlhttprequest.pro
blob: 1da28e5ad31f7c3d7b93f2c5616def27e5ee0300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative 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\\\"