Last change
on this file 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
|
Rev | Line | |
---|
[844] | 1 | TEMPLATE = app
|
---|
| 2 | HEADERS = imageanalyzer.h \
|
---|
| 3 | mainwindow.h
|
---|
| 4 | SOURCES = imageanalyzer.cpp \
|
---|
| 5 | main.cpp \
|
---|
| 6 | mainwindow.cpp
|
---|
| 7 |
|
---|
| 8 | QT += network webkit
|
---|
| 9 |
|
---|
| 10 | RESOURCES = resources/imageanalyzer.qrc
|
---|
| 11 |
|
---|
| 12 | OTHER_FILES += html/index.html README ../webkit-bridge-tutorial.qdoc outline.txt
|
---|
| 13 |
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.