From 5effd1712aa6f1ae2359762cdadeb70198121f77 Mon Sep 17 00:00:00 2001 From: Wolfgang Beck Date: Fri, 25 May 2012 12:31:38 +1000 Subject: Update Examples using the same name conventions e.g. Folder of example should start with QtSensorrs_ Example documentation title should start with QtSensors - images folder renamed to content Change-Id: I341fb8510ba3ad64068d786559e8d28af5d135c3 Reviewed-by: Lincoln Ramsay --- .../QtSensors/QtSensors_grue/plugin/plugin.pro | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 examples/QtSensors/QtSensors_grue/plugin/plugin.pro (limited to 'examples/QtSensors/QtSensors_grue/plugin/plugin.pro') diff --git a/examples/QtSensors/QtSensors_grue/plugin/plugin.pro b/examples/QtSensors/QtSensors_grue/plugin/plugin.pro new file mode 100644 index 0000000..32e127f --- /dev/null +++ b/examples/QtSensors/QtSensors_grue/plugin/plugin.pro @@ -0,0 +1,27 @@ +TEMPLATE = lib +CONFIG += plugin +TARGET = $$qtLibraryTarget(qtsensors_grue) +PLUGIN_TYPE = sensors + +QT = core sensors + +INCLUDEPATH += $$PWD/../lib +LIBS += -L$$OUT_PWD/../lib -lgruesensor + +HEADERS += gruesensorimpl.h\ + +SOURCES += gruesensorimpl.cpp\ + main.cpp\ + +target.path=$$[QT_INSTALL_PLUGINS]/sensors +INSTALLS += target + +OTHER_FILES += \ + plugin.json + +MT_SYSROOT=$$(MT_SYSROOT) +!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications +!isEmpty(EXAMPLES_PREFIX) { + target.path = $$EXAMPLES_PREFIX/com.nokia.mt.grue/plugins/sensors +} + -- cgit v1.2.1