Update README.md

This commit is contained in:
Andrei Yankovich 2023-04-03 11:30:07 +03:00 committed by GitHub
parent ac03abdb72
commit 17cf970467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,6 @@ Simple Qml notification service for qml applications.
## Include
### For qmake projects
* cd yourRepo
* git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule
* git submodule update --init --recursive
* Include in your pro file the pri file of Qt-Secret library
```qmake
include($$PWD/SimpleQmlNotify/QmlNotify.pri)
```
* Rebuild yuor project
### For cmake projects
#### The cmake build do not required Qt libraries.