summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/richtext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/richtext.pro')
-rw-r--r--examples/widgets/richtext/richtext.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/richtext/richtext.pro b/examples/widgets/richtext/richtext.pro
index 511edb9ea9..168b5007e4 100644
--- a/examples/widgets/richtext/richtext.pro
+++ b/examples/widgets/richtext/richtext.pro
@@ -5,7 +5,7 @@ SUBDIRS = calendar \
textedit
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/richtext
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/richtext
INSTALLS += target sources