summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/lineedits/lineedits.pro
blob: 0ab994ea118a700722ee48e386b2f09657bea06a (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

HEADERS     = window.h
SOURCES     = main.cpp \
              window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/lineedits
INSTALLS += target