summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro
blob: df8d2995461b1156b5a2fa58a6522fe1d5e23117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
testcase.timeout = 1200 # this is a slow test
TARGET = tst_qdeclarativexmlhttprequest

QT += testlib declarative network
macx:CONFIG -= app_bundle

HEADERS += ../shared/testhttpserver.h

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

include(../shared/qdeclarativedatatest.pri)

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0