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/accelbubble/accelbubble.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sensors/accelbubble/accelbubble.pro') diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro index e8e5976b..523ebf0d 100644 --- a/examples/sensors/accelbubble/accelbubble.pro +++ b/examples/sensors/accelbubble/accelbubble.pro @@ -9,6 +9,6 @@ app.files = \ content \ images -target.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble -app.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble +target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/accelbubble +app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/accelbubble INSTALLS += target app -- cgit v1.2.3