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

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

trunk: Merged in qt 4.6.1 sources.

File size: 473 bytes
RevLine 
[2]1TEMPLATE = subdirs
[561]2SUBDIRS += domtraversal \
3 formextractor \
4 previewer \
5 fancybrowser \
6 simpleselector
[2]7
[561]8contains(QT_CONFIG, openssl):SUBDIRS += googlechat
9
[2]10# install
11target.path = $$[QT_INSTALL_EXAMPLES]/webkit
12sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webkit.pro README
13sources.path = $$[QT_INSTALL_EXAMPLES]/webkit
14INSTALLS += target sources
[561]15
16symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.