summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicsloader/qmlgraphicsloader.pro
blob: 4837075302df1e8afbd7247ebea72c4f82f121f8 (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_qmlgraphicsloader.cpp \
           ../shared/testhttpserver.cpp

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