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

QT += widgets