source: trunk/examples/webkit/framecapture/framecapture.pro@ 1077

Last change on this file since 1077 was 651, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.2 sources.

  • Property svn:eol-style set to native
File size: 291 bytes
Line 
1QT += webkit network
2
3HEADERS = framecapture.h
4SOURCES = main.cpp \
5 framecapture.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
9sources.files = $$SOURCES $$HEADERS
10sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
11INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.