summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/macmainwindow/macmainwindow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainwindows/macmainwindow/macmainwindow.pro')
-rw-r--r--examples/mainwindows/macmainwindow/macmainwindow.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mainwindows/macmainwindow/macmainwindow.pro b/examples/mainwindows/macmainwindow/macmainwindow.pro
index 435905612a..3ababcca15 100644
--- a/examples/mainwindows/macmainwindow/macmainwindow.pro
+++ b/examples/mainwindows/macmainwindow/macmainwindow.pro
@@ -16,8 +16,8 @@ LIBS += -framework Cocoa -framework Carbon
# install
mac {
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/macmainwindow
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/macmainwindow
sources.files = $$SOURCES *.pro *.html
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/macmainwindow
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/macmainwindow
INSTALLS += target sources
}