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

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

trunk: Merged in qt 4.6.2 sources.

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