QtMobility Reference Documentation

grueplugin.pro Example File

sensors/grueplugin/grueplugin.pro
 TEMPLATE = lib
 CONFIG += plugin
 TARGET = $$qtLibraryTarget(qtsensors_grueplugin)
 PLUGIN_TYPE = sensors

 INCLUDEPATH+=../../../src/sensors

 include(version.pri)
 include(grueplugin.pri)
 include(../../mobility_examples.pri)

 symbian {
     TARGET.EPOCALLOWDLLDATA = 1
     TARGET.CAPABILITY = ALL -TCB
 }

 QT=core
 CONFIG+=mobility
 MOBILITY+=sensors

 CONFIG+=strict_flags
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.