summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextedit/qtextedit.pro
blob: ca79a720ef6c035f6e8745698da64a6cb543837b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qtextedit

QT += widgets widgets-private gui-private core-private testlib

SOURCES += tst_qtextedit.cpp

osx: LIBS += -framework AppKit

TESTDATA += fullWidthSelection

winrt:CONFIG += insignificant_test #QTBUG-90441