From 7e5115f55335b2868ec3b560440f2d28863151eb Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Thu, 16 Aug 2012 13:32:00 +1000 Subject: Fix QTBUG-26860 - install examples to qtsensors directory Change-Id: Iab2407798616ed08ce7789020fe47b00e226d62d Reviewed-by: Alex --- examples/sensors/qmlqtsensors/qmlqtsensors.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sensors/qmlqtsensors/qmlqtsensors.pro') diff --git a/examples/sensors/qmlqtsensors/qmlqtsensors.pro b/examples/sensors/qmlqtsensors/qmlqtsensors.pro index facd4e81..5275db55 100644 --- a/examples/sensors/qmlqtsensors/qmlqtsensors.pro +++ b/examples/sensors/qmlqtsensors/qmlqtsensors.pro @@ -8,6 +8,6 @@ app.files = \ icon.png \ components -target.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlqtsensors -app.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlqtsensors +target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/qmlqtsensors +app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/qmlqtsensors INSTALLS += target app -- cgit v1.2.3