summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.pro
blob: d48602ef2492e1ab4cc9ce6fa4f064945f78b9ec (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

include($$QT_SOURCE_TREE/examples/examplebase.pri)