QtMobility Reference Documentation

radio.pro Example File

radio/radio.pro
 TEMPLATE = app
 CONFIG += example

 INCLUDEPATH += ../../src/multimedia
 include(../mobility_examples.pri)

 CONFIG += mobility
 MOBILITY = multimedia

 QMAKE_RPATHDIR += $$DESTDIR

 HEADERS = \
     radio.h

 SOURCES = \
     main.cpp \
     radio.cpp

 symbian: {
     TARGET.CAPABILITY = UserEnvironment WriteDeviceData ReadDeviceData SwEvent
 }
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.