summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
blob: 2228f11debd1533093d11e0dd6448bbfe0191054 (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_qdeclarativetextedit.cpp ../shared/testhttpserver.cpp
HEADERS += ../shared/testhttpserver.h

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