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

osx: LIBS += -framework AppKit