summaryrefslogtreecommitdiffstats
path: root/examples/ipc
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/ipc
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/ipc')
-rw-r--r--examples/ipc/ipc.pro2
-rw-r--r--examples/ipc/localfortuneclient/localfortuneclient.pro4
-rw-r--r--examples/ipc/localfortuneserver/localfortuneserver.pro4
-rw-r--r--examples/ipc/sharedmemory/sharedmemory.pro4
4 files changed, 7 insertions, 7 deletions
diff --git a/examples/ipc/ipc.pro b/examples/ipc/ipc.pro
index d7b4fbb28e..c62402e338 100644
--- a/examples/ipc/ipc.pro
+++ b/examples/ipc/ipc.pro
@@ -5,7 +5,7 @@ TEMPLATE = subdirs
# install
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ipc.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc
+sources.path = $$[QT_INSTALL_EXAMPLES]/ipc
INSTALLS += sources
QT += widgets
diff --git a/examples/ipc/localfortuneclient/localfortuneclient.pro b/examples/ipc/localfortuneclient/localfortuneclient.pro
index ee46a06bfb..43aa68f183 100644
--- a/examples/ipc/localfortuneclient/localfortuneclient.pro
+++ b/examples/ipc/localfortuneclient/localfortuneclient.pro
@@ -4,9 +4,9 @@ SOURCES = client.cpp \
QT += network widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
+target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneclient.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
+sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
INSTALLS += target sources
diff --git a/examples/ipc/localfortuneserver/localfortuneserver.pro b/examples/ipc/localfortuneserver/localfortuneserver.pro
index 4deda4571c..973535adf0 100644
--- a/examples/ipc/localfortuneserver/localfortuneserver.pro
+++ b/examples/ipc/localfortuneserver/localfortuneserver.pro
@@ -4,9 +4,9 @@ SOURCES = server.cpp \
QT += network widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
+target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
+sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
INSTALLS += target sources
diff --git a/examples/ipc/sharedmemory/sharedmemory.pro b/examples/ipc/sharedmemory/sharedmemory.pro
index d11e16e4c6..2bcef9fc0d 100644
--- a/examples/ipc/sharedmemory/sharedmemory.pro
+++ b/examples/ipc/sharedmemory/sharedmemory.pro
@@ -7,9 +7,9 @@ HEADERS += dialog.h
FORMS += dialog.ui
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/sharedmemory
+target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/sharedmemory
+sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
INSTALLS += target sources
QT += widgets