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