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