diff options
Diffstat (limited to 'examples/richtext/richtext.pro')
-rw-r--r-- | examples/richtext/richtext.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro new file mode 100644 index 0000000..d48602e --- /dev/null +++ b/examples/richtext/richtext.pro @@ -0,0 +1,14 @@ +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 + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |