summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qlineedit/qlineedit.pro
blob: cb24a80afdf65eb22a4152b8438f4ef78c4a7364 (plain)
1
2
3
4
5
6
CONFIG += testcase
TARGET = tst_qlineedit
QT += gui-private core-private widgets widgets-private testlib testlib-private
SOURCES  += tst_qlineedit.cpp

osx: LIBS += -framework AppKit