blob: ef8f09453a26ec09723db40207d3257427ff5f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TEMPLATE = subdirs
SUBDIRS = calendar \
orderform \
syntaxhighlighter
contains(QT_CONFIG, svg): SUBDIRS += textobject
# install
target.path = $$[QT_INSTALL_EXAMPLES]/richtext
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext
INSTALLS += target sources
|