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 | |
---|
1 | QT += webkit network
|
---|
2 |
|
---|
3 | HEADERS = framecapture.h
|
---|
4 | SOURCES = main.cpp \
|
---|
5 | framecapture.cpp
|
---|
6 |
|
---|
7 | # install
|
---|
8 | target.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
|
---|
9 | sources.files = $$SOURCES $$HEADERS
|
---|
10 | sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/framecapture
|
---|
11 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.