summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/screenshot/screenshot.pro
blob: 37108503dee670366bd766a7c57a8bfc20936cc1 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets
requires(qtConfig(filedialog))

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

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