summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/qdeclarativeloader.pro
blob: 8ff2be490189d5bf95f5b3f84b5622c16febcc19 (plain)
1
2
3
4
5
6
7
8
9
10
11
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\\\"