Update README.md
All checks were successful
buildbot/DocsGenerator Build finished.
buildbot/AndroidBuilder_v8Qt6 Build finished.
buildbot/LinuxCMakeBuilderQt6 Build finished.
buildbot/WindowsCMakeBuilder Build finished.
buildbot/IOSCMakeBuilder Build finished.

Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Andrei Yankovich 2023-11-25 12:18:56 +03:00 committed by GitHub
parent e989530c94
commit fd78d717cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ At this time This library supports next platforms:
## Build and Include
* cd yourRepo
* git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of qTbot into your repo like submodule
* git submodule add https://github.com/QuasarApp/qTbot.git # add the repository of qTbot into your repo like submodule
* git submodule update --init --recursive
* Include in your CMakeLists.txt file the main CMakeLists.txt file of qTbot library
@ -14,9 +14,9 @@ At this time This library supports next platforms:
add_subdirectory(qTbot)
```
* link the Heart library to your target
* link the qTbot library to your target
```cmake
target_link_libraries(yourLib PUBLIC qTbot)
target_link_libraries(yourApp PUBLIC qTbot)
```
* rebuild yuor project