summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.pro
blob: aec39368331f16ee9f9ccc1c8f9202ab28901277 (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]/qtbase/richtext
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
INSTALLS += target sources

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