source: trunk/examples/webkit/imageanalyzer/imageanalyzer.pro@ 1147

Last change on this file since 1147 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 262 bytes
Line 
1TEMPLATE = app
2HEADERS = imageanalyzer.h \
3 mainwindow.h
4SOURCES = imageanalyzer.cpp \
5 main.cpp \
6 mainwindow.cpp
7
8QT += network webkit
9
10RESOURCES = resources/imageanalyzer.qrc
11
12OTHER_FILES += html/index.html README ../webkit-bridge-tutorial.qdoc outline.txt
13
14
Note: See TracBrowser for help on using the repository browser.