summaryrefslogtreecommitdiffstats
path: root/examples/linguist
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/linguist
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/linguist')
-rw-r--r--examples/linguist/arrowpad/arrowpad.pro4
-rw-r--r--examples/linguist/hellotr/hellotr.pro4
-rw-r--r--examples/linguist/linguist.pro2
-rw-r--r--examples/linguist/trollprint/trollprint.pro4
4 files changed, 7 insertions, 7 deletions
diff --git a/examples/linguist/arrowpad/arrowpad.pro b/examples/linguist/arrowpad/arrowpad.pro
index a897587473..c4aab2c2a9 100644
--- a/examples/linguist/arrowpad/arrowpad.pro
+++ b/examples/linguist/arrowpad/arrowpad.pro
@@ -10,9 +10,9 @@ TRANSLATIONS = arrowpad_fr.ts \
#! [1]
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/arrowpad
+target.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
sources.files = $$SOURCES $$HEADERS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/arrowpad
+sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
INSTALLS += target sources
QT += widgets
diff --git a/examples/linguist/hellotr/hellotr.pro b/examples/linguist/hellotr/hellotr.pro
index 0cd06995fe..cc5a6557b6 100644
--- a/examples/linguist/hellotr/hellotr.pro
+++ b/examples/linguist/hellotr/hellotr.pro
@@ -5,9 +5,9 @@ TRANSLATIONS = hellotr_la.ts
#! [1]
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
+target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
sources.files = $$SOURCES *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
+sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
INSTALLS += target sources
QT += widgets
diff --git a/examples/linguist/linguist.pro b/examples/linguist/linguist.pro
index aa50f03be5..2b199fc54b 100644
--- a/examples/linguist/linguist.pro
+++ b/examples/linguist/linguist.pro
@@ -5,7 +5,7 @@ SUBDIRS = arrowpad \
# install
sources.files = README *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist
+sources.path = $$[QT_INSTALL_EXAMPLES]/linguist
INSTALLS += sources
QT += widgets
diff --git a/examples/linguist/trollprint/trollprint.pro b/examples/linguist/trollprint/trollprint.pro
index 5c7d7ffc0f..c2300ce55c 100644
--- a/examples/linguist/trollprint/trollprint.pro
+++ b/examples/linguist/trollprint/trollprint.pro
@@ -6,9 +6,9 @@ SOURCES = main.cpp \
TRANSLATIONS = trollprint_pt.ts
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
+target.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint
sources.files = $$SOURCES $$HEADERS $$TRANSLATIONS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
+sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint
INSTALLS += target sources
QT += widgets