source: trunk/examples/webkit/webkit.pro@ 1023

Last change on this file since 1023 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: 528 bytes
RevLine 
[2]1TEMPLATE = subdirs
[561]2SUBDIRS += domtraversal \
3 formextractor \
4 previewer \
5 fancybrowser \
[651]6 simpleselector \
[846]7 imageanalyzer \
[651]8 framecapture
[2]9
[561]10contains(QT_CONFIG, openssl):SUBDIRS += googlechat
11
[2]12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/webkit
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webkit.pro README
15sources.path = $$[QT_INSTALL_EXAMPLES]/webkit
16INSTALLS += target sources
[561]17
18symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.