summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
blob: 8606eb0589d66dc8f2fcffbc998a438398b78ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

symbian: {
    importFiles.sources = data
    importFiles.path = .
    DEPLOYMENT += importFiles
} else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}