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

SOURCES += tst_qmlgraphicstextedit.cpp ../shared/testhttpserver.cpp
HEADERS += ../shared/testhttpserver.h

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