summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextedit/qtextedit.pro
blob: 85658c222e35f7a8aaae122c6e5ebd28b1bb7a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
TARGET = tst_qtextedit

QT += widgets widgets-private gui-private testlib
INCLUDEPATH += ../

HEADERS +=  
SOURCES += tst_qtextedit.cpp 

wince* {
    addImages.files = fullWidthSelection/*
    addImages.path = fullWidthSelection
    DEPLOYMENT += addImages
    DEFINES += SRCDIR=\\\"./\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

contains(QT_CONFIG,xcb):CONFIG+=insignificant_test  # QTBUG-20756 crashes on xcb