summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.pro
blob: 1440de2dd303c125742b9da1781cf3cdf704d686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE    = subdirs
SUBDIRS     = calendar \
              orderform \
              syntaxhighlighter

contains(QT_CONFIG, svg): SUBDIRS += textobject

# install
target.path = $$[QT_INSTALL_EXAMPLES]/richtext
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)