summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/screencapture/screencapture.pro
blob: d18f556ee291bbcb0299e6389178da66646f68db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = screencapture

QT += multimedia multimediawidgets

HEADERS = \
    screencapturepreview.h \
    screenlistmodel.h \
    windowlistmodel.h

SOURCES = \
    main.cpp \
    screencapturepreview.cpp \
    screenlistmodel.cpp \
    windowlistmodel.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/screencapture
INSTALLS += target