diff options
Diffstat (limited to 'examples/richtext/richtext.pro')
-rw-r--r-- | examples/richtext/richtext.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro index ef8f09453a..d48602ef24 100644 --- a/examples/richtext/richtext.pro +++ b/examples/richtext/richtext.pro @@ -10,3 +10,5 @@ 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) |