summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/systray/systray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/desktop/systray/systray.pro')
-rw-r--r--examples/widgets/desktop/systray/systray.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/desktop/systray/systray.pro b/examples/widgets/desktop/systray/systray.pro
index 5fdcf1f9c8..57a4f5b681 100644
--- a/examples/widgets/desktop/systray/systray.pro
+++ b/examples/widgets/desktop/systray/systray.pro
@@ -6,9 +6,9 @@ RESOURCES = systray.qrc
QT += widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/systray
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/systray
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/desktop/systray
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/desktop/systray
INSTALLS += target sources
simulator: warning(This example might not fully work on Simulator platform)