blob: 11960b94648a1af9c7e3b735f20ac6d2d4e6946d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
QT += webkit network
HEADERS = framecapture.h
SOURCES = main.cpp \
framecapture.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
sources.files = $$SOURCES $$HEADERS
sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
INSTALLS += target sources
|