qt6-bb10/examples/widgets/desktop/screenshot/screenshot.pro

12 lines
292 B
Prolog

QT += widgets
HEADERS = screenshot.h
SOURCES = main.cpp \
screenshot.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/screenshot
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)