summaryrefslogtreecommitdiffstats
path: root/examples/webkit/framecapture/framecapture.pro
blob: 6f2f0934a52dbeb973af15cf93357385c4db552f (plain)
1
2
3
4
5
6
7
8
9
10
11
QT      += webkit

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