summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/blurpicker/blurpicker.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/blurpicker/blurpicker.pro')
-rw-r--r--examples/widgets/effects/blurpicker/blurpicker.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/effects/blurpicker/blurpicker.pro b/examples/widgets/effects/blurpicker/blurpicker.pro
index c477ea6e39..640b40936a 100644
--- a/examples/widgets/effects/blurpicker/blurpicker.pro
+++ b/examples/widgets/effects/blurpicker/blurpicker.pro
@@ -3,9 +3,9 @@ HEADERS += blurpicker.h blureffect.h
RESOURCES += blurpicker.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/blurpicker
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/blurpicker
INSTALLS += target sources
QT += widgets