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

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

SOURCES += tst_qtextedit.cpp

osx: LIBS += -framework AppKit