19 lines
354 B
Prolog
19 lines
354 B
Prolog
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
|