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