screenshot.pro Example File

desktop/screenshot/screenshot.pro
QT += widgets
requires(qtConfig(filedialog))
HEADERS             = screenshot.h
SOURCES             = main.cpp \
                      screenshot.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
INSTALLS += target