QtMobility Reference Documentation

sensor_explorer.pro Example File

sensors/sensor_explorer/sensor_explorer.pro
 TEMPLATE=app
 TARGET=sensor_explorer
 include(../../mobility_examples.pri)
 QT=core gui
 CONFIG+=mobility
 MOBILITY+=sensors
 INCLUDEPATH += ../../../src/sensors

 FORMS=\
     explorer.ui

 HEADERS=\
     explorer.h

 SOURCES=\
     explorer.cpp\
     main.cpp

 CONFIG+=strict_flags

 maemo5:DEFINES+=MAEMO5
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.