summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/lighting
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/lighting')
-rw-r--r--examples/widgets/effects/lighting/lighting.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/effects/lighting/lighting.pro b/examples/widgets/effects/lighting/lighting.pro
index 16be936b26..8ad08c2d09 100644
--- a/examples/widgets/effects/lighting/lighting.pro
+++ b/examples/widgets/effects/lighting/lighting.pro
@@ -2,9 +2,9 @@ SOURCES += main.cpp lighting.cpp
HEADERS += lighting.h
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/lighting
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/lighting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lighting.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/lighting
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/lighting
INSTALLS += target sources
QT += widgets