summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/lineedits/lineedits.pro
blob: d8ac14102ff7ea773cee1270fcebf6228b874e5d (plain)
1
2
3
4
5
6
7
8
9
HEADERS     = window.h
SOURCES     = main.cpp \
              window.cpp

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

QT += widgets