summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/findfiles/findfiles.pro
blob: 2dd058ac5c6e05da1c4ff98ce92e432228a9bb2d (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/dialogs/findfiles
INSTALLS += target