mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-24 15:29:18 +00:00
Update README.md
This commit is contained in:
parent
21d1f1f92a
commit
f0a99d68fe
10
README.md
10
README.md
@ -35,8 +35,9 @@ For a detailed description of our backends see our [Wiki](https://github.com/Sno
|
||||
- [Quassel IRC](http://www.quassel-irc.org/)
|
||||
- [Tomahawk](http://www.tomahawk-player.org/)
|
||||
|
||||
## How to integrate Snorenotify in your project
|
||||
## CMake
|
||||
## How to integrate Snorenotify in your project ##
|
||||
### CMake ###
|
||||
|
||||
project( MyApp )
|
||||
cmake_minimum_required( VERSION 2.8.12 )
|
||||
find_package(LibsnoreQt5 0.5.91 REQUIRED)
|
||||
@ -44,11 +45,12 @@ For a detailed description of our backends see our [Wiki](https://github.com/Sno
|
||||
add_executable( my_app main.cpp)
|
||||
target_link_libraries( my_app Snore::Libsnore)
|
||||
|
||||
## Qmake
|
||||
### Qmake ###
|
||||
|
||||
QT += LibsnoreQt5
|
||||
|
||||
|
||||
### API Doc
|
||||
### API Doc ###
|
||||
[A documentation of the API can be found here](http://patrick.von-reth.de/other/snore/latest/doc/html/index.html)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user