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/sensor_explorer/import/import.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/sensors/sensor_explorer/import') diff --git a/examples/sensors/sensor_explorer/import/import.pro b/examples/sensors/sensor_explorer/import/import.pro index 1f97b67e..1248b14a 100644 --- a/examples/sensors/sensor_explorer/import/import.pro +++ b/examples/sensors/sensor_explorer/import/import.pro @@ -9,10 +9,7 @@ QT += qml sensors SOURCES = main.cpp explorer.cpp sensoritem.cpp propertyinfo.cpp HEADERS = explorer.h sensoritem.h propertyinfo.h -MT_SYSROOT=$$(MT_SYSROOT) -!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications -!isEmpty(EXAMPLES_PREFIX):DESTPATH=$$EXAMPLES_PREFIX/com.nokia.mt.sensor_explorer/imports/Explorer -else:DESTPATH=$$[QT_INSTALL_IMPORTS]/Explorer +DESTPATH=$$[QT_INSTALL_IMPORTS]/Explorer target.path=$$DESTPATH INSTALLS += target -- cgit v1.2.3