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

# 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
QT += widgets