author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
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) |