summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.pro
blob: 348f467c1f83ccefc2a0de9a6e23358601d0e18d (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: CONFIG += qt_example