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

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