From f0a99d68fe453b54806bb54611148615b5212f6d Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 9 Jul 2015 14:38:22 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aa8200c..d160da0 100644 --- a/README.md +++ b/README.md @@ -35,20 +35,22 @@ 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 - project( MyApp ) - cmake_minimum_required( VERSION 2.8.12 ) - find_package(LibsnoreQt5 0.5.91 REQUIRED) +## How to integrate Snorenotify in your project ## +### CMake ### + + project( MyApp ) + cmake_minimum_required( VERSION 2.8.12 ) + find_package(LibsnoreQt5 0.5.91 REQUIRED) - add_executable( my_app main.cpp) - target_link_libraries( my_app Snore::Libsnore) + add_executable( my_app main.cpp) + target_link_libraries( my_app Snore::Libsnore) -## Qmake - QT += LibsnoreQt5 +### 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)