Files
qt4-x11/examples/richtext/richtext.pro
2025-08-24 20:55:26 +08:00

14 lines
364 B
Prolog

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