summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/macmainwindow
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-24 11:24:21 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-27 13:47:53 +0200
commit59d1278c9e43738b6bf03464f22591c493663adc (patch)
tree8e8d215ad5cff6aecfa8e8bfa074125f7e36720d /examples/mainwindows/macmainwindow
parentb138e14c40c54bf12f9c6c35b7f054127430eb50 (diff)
Add the mainwindows demos-examples to the build.
Change-Id: I6ec0be8f058ad127c759fff3c4082a596db53405 Reviewed-on: http://codereview.qt.nokia.com/752 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kevin Wright <kevin.wright@nokia.com>
Diffstat (limited to 'examples/mainwindows/macmainwindow')
-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
}