Коммит 59b1782b создал по автору Зарубин Виталий Викторович's avatar Зарубин Виталий Викторович
Просмотр файлов

imp: add info use to readme

владелец 957d1c86
Конвейер #34113 неудачно с этапами
...@@ -14,7 +14,7 @@ The library to access various information about the battery of the device. ...@@ -14,7 +14,7 @@ The library to access various information about the battery of the device.
Permissions=DeviceInfo Permissions=DeviceInfo
``` ```
### Dependency shared libs ### Dependency
- `LIBS += -ldbus-1` - `LIBS += -ldbus-1`
......
...@@ -7,6 +7,11 @@ The library allows you to get information about the device's cameras. ...@@ -7,6 +7,11 @@ The library allows you to get information about the device's cameras.
- Getting information about cameras. - Getting information about cameras.
- Getting information about the number of cameras. - Getting information about the number of cameras.
### Dependency
- `BuildRequires: pkgconfig(streamcamera)`
- `PKGCONFIG += streamcamera`
### Example ### Example
```kotlin ```kotlin
......
...@@ -7,6 +7,16 @@ The library allows listen state type of bearer used by this network configuratio ...@@ -7,6 +7,16 @@ The library allows listen state type of bearer used by this network configuratio
- State is online. - State is online.
- Listen change state. - Listen change state.
### Permissions
```
Permissions=Internet
```
### Dependency
- `QT += network`
### Example ### Example
```kotlin ```kotlin
......
...@@ -29,6 +29,16 @@ The library that allows you to obtain information about the device. ...@@ -29,6 +29,16 @@ The library that allows you to obtain information about the device.
- Information on external storage the device. - Information on external storage the device.
- Information on internal storage the device. - Information on internal storage the device.
### Permissions
```
Permissions=DeviceInfo
```
### Dependency
- `LIBS += -ldbus-1`
### Example ### Example
```kotlin ```kotlin
......
...@@ -7,6 +7,10 @@ The library for displaying local notifications. ...@@ -7,6 +7,10 @@ The library for displaying local notifications.
- Show local notification. - Show local notification.
- Close local notification by ID. - Close local notification by ID.
### Dependency
- `LIBS += -ldbus-1`
### Example ### Example
```kotlin ```kotlin
......
...@@ -8,6 +8,18 @@ The library for determining the real geographic location of device. ...@@ -8,6 +8,18 @@ The library for determining the real geographic location of device.
- Listen change location. - Listen change location.
- Get listen location method. - Get listen location method.
### Permissions
```
Permissions=Location;Internet
```
### Dependency
- `BuildRequires: pkgconfig(Qt5Location)`
- `BuildRequires: pkgconfig(Qt5Positioning)`
- `QT += location positioning`
### Example ### Example
```kotlin ```kotlin
......
...@@ -28,6 +28,16 @@ The library that allows you to obtain information about path application. ...@@ -28,6 +28,16 @@ The library that allows you to obtain information about path application.
- Path to Music folder. - Path to Music folder.
- Path to Pictures folder. - Path to Pictures folder.
### Permissions
```
Permissions=UserDirs
```
### Dependency
- `LIBS += -lappdir`
### Example ### Example
```kotlin ```kotlin
......
...@@ -15,6 +15,17 @@ The library allows access to sensor data. ...@@ -15,6 +15,17 @@ The library allows access to sensor data.
- Listen state sensor Rotation. - Listen state sensor Rotation.
- Listen state sensor Tap. - Listen state sensor Tap.
### Permissions
```
Permissions=Sensors
```
### Dependency
- `BuildRequires: pkgconfig(Qt5Sensors)`
- `QT += sensors`
### Example ### Example
```kotlin ```kotlin
......
...@@ -10,6 +10,10 @@ The library to share data from app via the platform share dialog. ...@@ -10,6 +10,10 @@ The library to share data from app via the platform share dialog.
- Share text like file. - Share text like file.
- Share file by path. - Share file by path.
### Dependency
- `LIBS += -ldbus-1`
### Example ### Example
```kotlin ```kotlin
......
...@@ -15,6 +15,11 @@ The library allows keep preferences in the form of key-value pairs with data enc ...@@ -15,6 +15,11 @@ The library allows keep preferences in the form of key-value pairs with data enc
- Save data. - Save data.
- Clear data. - Clear data.
### Dependency
- `BuildRequires: pkgconfig(qca2-qt5)`
- `PKGCONFIG += qca2-qt5`
### Example ### Example
```kotlin ```kotlin
......
...@@ -8,6 +8,11 @@ The library for launching a URI. ...@@ -8,6 +8,11 @@ The library for launching a URI.
- Open URI with state callback. - Open URI with state callback.
- Check is valid URI. - Check is valid URI.
### Dependency
- `BuildRequires: pkgconfig(runtime-manager-qt5)`
- `PKGCONFIG += runtime-manager-qt5`
### Example ### Example
```kotlin ```kotlin
......
...@@ -8,6 +8,11 @@ The library for handling vibration. ...@@ -8,6 +8,11 @@ The library for handling vibration.
- Start vibration. - Start vibration.
- Start vibration effect. - Start vibration effect.
### Dependency
- `BuildRequires: pkgconfig(Qt5Feedback)`
- `QT += feedback`
### Example ### Example
```kotlin ```kotlin
......
...@@ -7,6 +7,10 @@ The library does not allow dimming of screen. ...@@ -7,6 +7,10 @@ The library does not allow dimming of screen.
- Enable blocking dimming. - Enable blocking dimming.
- Disable blocking dimming. - Disable blocking dimming.
### Dependency
- `LIBS += -ldbus-1`
### Example ### Example
```kotlin ```kotlin
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать