summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/screenshot/screenshot.pro
blob: 31ea646af050f88654030bbc05c8d4fa865f5da3 (plain)
1
2
3
4
5
6
7
8
9
10
HEADERS             = screenshot.h
SOURCES             = main.cpp \
                      screenshot.cpp

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

QT += widgets
simulator: warning(This example might not fully work on Simulator platform)