summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/examples.pri2
-rw-r--r--tests/tests.pri2
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
index c4de656d..afa5f008 100644
--- a/examples/examples.pri
+++ b/examples/examples.pri
@@ -5,3 +5,5 @@ LIBS += -L$$OUT_PWD/../../lib
TEMPLATE = app
QT += datavisualization
+
+target.path = $$[QT_INSTALL_EXAMPLES]/datavisualization/$$TARGET
diff --git a/tests/tests.pri b/tests/tests.pri
index c4de656d..afa5f008 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -5,3 +5,5 @@ LIBS += -L$$OUT_PWD/../../lib
TEMPLATE = app
QT += datavisualization
+
+target.path = $$[QT_INSTALL_EXAMPLES]/datavisualization/$$TARGET