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

INCLUDEPATH += ../shared/
HEADERS += ../shared/testhttpserver.h
SOURCES += tst_qdeclarativeloader.cpp \
           ../shared/testhttpserver.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test