summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlxmlhttprequest/qmlxmlhttprequest.pro
blob: ed87b2aa11a7b48153ae6bb41dae452c7f024cb5 (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_qmlxmlhttprequest.cpp \
           ../shared/testhttpserver.cpp


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