summaryrefslogtreecommitdiffstats
path: root/examples/painting/shared/shared.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-22 12:34:15 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-27 10:59:28 +0200
commitd15d0b125b11f279ff8a46f32939471fc80f6c38 (patch)
tree6dc23222f79ec3fa18c7686a440cacb70e184e0b /examples/painting/shared/shared.pro
parent1fda23c0c63e0b445e303c1fd64ecb9d925b6976 (diff)
Add the shared painting and affine example to the build.
Change-Id: I85e66c9a33a1c908b7588beb219cc9540698ab68 Reviewed-on: http://codereview.qt.nokia.com/623 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/painting/shared/shared.pro')
-rw-r--r--examples/painting/shared/shared.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/painting/shared/shared.pro b/examples/painting/shared/shared.pro
index 88d7fbedab..e996956880 100644
--- a/examples/painting/shared/shared.pro
+++ b/examples/painting/shared/shared.pro
@@ -26,9 +26,9 @@ HEADERS += \
RESOURCES += shared.qrc
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/shared
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/shared
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.pri images
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/shared
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/shared
INSTALLS += sources
!cross_compile:INSTALLS += target