Qt Mobility 需要的能力 以及添加能力

来源:互联网 发布:手机怎么截图淘宝客服 编辑:程序博客网 时间:2024/05/22 06:57

Qt Moblity API 需要的能力

DomainSymbian CapabilitiesBearer Management ReadUserData NetworkServices (NetworkControl for QNetworkSession::stop()) Contacts ReadUserData WriteUserData Location Location Multimedia UserEnvironment ReadUserData WriteUserData ReadDeviceData WriteDeviceData Messaging LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment ReadDeviceData WriteDeviceData Publish And Subscribe Capability depends on P&S value being read/written. API itself doesn't require any capability. Service Framework No capabilities requried by itself, the plugins may have capability requirements. Sensor ReadDeviceData System Information LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location ReadDeviceData Versit No additional capabilities required. Document Gallery No capabilities at this stage. Organizer ReadUserData WriteUserData Tactile Feedback No capabilities at this stage.

 

 

添加能力:

在pro文件中

 

TARGET.CAPABILITY += LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location ReadDeviceData
uses Qt Mobility 

Here we've declared that the application uses Qt Mobility and that we are using the System Information domain. (Internally this results in qmake setting up include and library search paths. See mobility.prf for details to see what those paths are, it is copied into the mkspecs/features directory of Qt's install path)

The following table lists the domains and the corresponding values that can be assigned to MOBILITY.

DomainValueBearer ManagementbearerContactscontactsLocationlocationMultimediamultimediaMessagingmessagingPublish And SubscribepublishsubscribeService FrameworkserviceframeworkSystem InformationsysteminfoVersitversit

原创粉丝点击