aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtextedit/qsgtextedit.pro
blob: 1048e499d9e4a52a8ec5d8d375dae846f924e643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative gui network widgets widgets-private
macx:CONFIG -= app_bundle

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

symbian: {
    importFiles.files = data
    importFiles.path = .
    DEPLOYMENT += importFiles
} else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}
QT += core-private gui-private v8-private declarative-private
QT += opengl-private

qpa:CONFIG+=insignificant_test  # QTBUG-21010, fails unstably