blob: 37108503dee670366bd766a7c57a8bfc20936cc1 [file] [log] [blame]
QT += widgets
requires(qtConfig(filedialog))
HEADERS = screenshot.h
SOURCES = main.cpp \
screenshot.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
INSTALLS += target