summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-11-26 14:04:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-26 14:35:23 +0100
commitc527dd44be9cee5da06ce397f89e3a2595d4ed37 (patch)
tree05d6d59ff9439832735ba3ee429acb7be3994af0 /examples/widgets/effects
parentb34c48d95bf94f787fe693e28126e37a4bb485c1 (diff)
Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example
This makes the structure of the examples after an 'make install' similar to the one in a 'developer build'. Change-Id: I9120bd741fab332e64e30adc01cefe87e5633454 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/widgets/effects')
-rw-r--r--examples/widgets/effects/blurpicker/blurpicker.pro4
-rw-r--r--examples/widgets/effects/effects.pro4
-rw-r--r--examples/widgets/effects/fademessage/fademessage.pro4
-rw-r--r--examples/widgets/effects/lighting/lighting.pro4
4 files changed, 8 insertions, 8 deletions
diff --git a/examples/widgets/effects/blurpicker/blurpicker.pro b/examples/widgets/effects/blurpicker/blurpicker.pro
index 640b40936a..105b7a49e7 100644
--- a/examples/widgets/effects/blurpicker/blurpicker.pro
+++ b/examples/widgets/effects/blurpicker/blurpicker.pro
@@ -3,9 +3,9 @@ HEADERS += blurpicker.h blureffect.h
RESOURCES += blurpicker.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/blurpicker
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/blurpicker
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/blurpicker
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/blurpicker
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/effects/effects.pro b/examples/widgets/effects/effects.pro
index db6ab7dccc..74c2d1c039 100644
--- a/examples/widgets/effects/effects.pro
+++ b/examples/widgets/effects/effects.pro
@@ -6,9 +6,9 @@ SUBDIRS = \
fademessage
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/effects/fademessage/fademessage.pro b/examples/widgets/effects/fademessage/fademessage.pro
index d7ec946180..89953eb18b 100644
--- a/examples/widgets/effects/fademessage/fademessage.pro
+++ b/examples/widgets/effects/fademessage/fademessage.pro
@@ -4,14 +4,14 @@ RESOURCES += fademessage.qrc
INSTALLS += target sources
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/fademessage
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/fademessage
sources.files = $$SOURCES \
$$HEADERS \
$$RESOURCES \
$$FORMS \
fademessage.pro \
background.jpg
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/fademessage
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/fademessage
QT += widgets
diff --git a/examples/widgets/effects/lighting/lighting.pro b/examples/widgets/effects/lighting/lighting.pro
index 8ad08c2d09..2ab7811e4f 100644
--- a/examples/widgets/effects/lighting/lighting.pro
+++ b/examples/widgets/effects/lighting/lighting.pro
@@ -2,9 +2,9 @@ SOURCES += main.cpp lighting.cpp
HEADERS += lighting.h
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/lighting
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/lighting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lighting.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/effects/lighting
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/lighting
INSTALLS += target sources
QT += widgets