summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/screenshot/screenshot.pro
blob: d179833cbdada1d75522a487c72ee6f0e946a9b3 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

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

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