screenshot.pro Example File

desktop/screenshot/screenshot.pro

  QT += widgets

  HEADERS             = screenshot.h
  SOURCES             = main.cpp \
                        screenshot.cpp

  # install
  target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
  INSTALLS += target