blob: 95396db02201e53350202ec4208de1af39e871ae [file] [log] [blame]
QT += widgets
requires(qtConfig(filedialog))
HEADERS = dialog.h
SOURCES = dialog.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/standarddialogs
INSTALLS += target