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

# 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

QT += widgets