From 8566f3e369ead9510dc7a52e4ee93588c2eebed3 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 25 Sep 2012 15:23:59 +0200 Subject: QtSensors examples: Install plugins under the example tree structure QtSensors 'Grue' and 'Sensor Explorer' examples include qml imports, a Qt plugin and a shared library. Modify the related .pro files to install everything under QT_INSTALL_EXAMPLES, instead of the main Qt install directory. Task-number: QTBUG-26860 Change-Id: I32d4f66e5b18468c17b668ecb76f969ed15e4c50 Reviewed-by: Stephen Kelly Reviewed-by: Alex Reviewed-by: Lorn Potter --- examples/sensors/grue/qml.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sensors/grue/qml.pro') diff --git a/examples/sensors/grue/qml.pro b/examples/sensors/grue/qml.pro index 3e1097b..7593538 100644 --- a/examples/sensors/grue/qml.pro +++ b/examples/sensors/grue/qml.pro @@ -8,6 +8,6 @@ app.files = \ $$files(*.qml) \ grue.png -target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue -app.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue +target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/grue +app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/grue INSTALLS += target app -- cgit v1.2.1