author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = calendar \ |
|
3 |
orderform \ |
|
4 |
syntaxhighlighter |
|
5 |
||
6 |
contains(QT_CONFIG, svg): SUBDIRS += textobject |
|
7 |
||
8 |
# install |
|
9 |
target.path = $$[QT_INSTALL_EXAMPLES]/richtext |
|
10 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README |
|
11 |
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext |
|
12 |
INSTALLS += target sources |
|
13 |
||
14 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |