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

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

INCLUDEPATH += ../

HEADERS +=  
SOURCES += tst_qplaintextedit.cpp 

osx: LIBS += -framework AppKit