2015-08-24 14:31:08 +00:00
Snorenotify
===========
Snorenotify is a multi platform Qt notification framework.
Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac.
For a detailed description for some of our backends see our [Wiki ](https://techbase.kde.org/Projects/Snorenotify ).
## Support
If you need support on how to use Snorenotify you can reach out to the developers using the [mailing list ](https://mail.kde.org/mailman/listinfo/snorenotify ) or IRC joining [#Snorenotify ](irc://irc.freenode.net/snorenotify ) on freenode or using the [Web chat ](http://webchat.freenode.net/?channels=snorenotify ) .
## Supported Backends
- [Windows Toast notifications ](https://techbase.kde.org/Projects/Snorenotify/Windows-Toast-Notification )
- OSX Notification Center
- Free Desktop Notifications
- [Growl for Windows ](http://www.growlforwindows.com/ )
- [Growl ](http://growl.info/ )
- [Snarl ](http://snarl.fullphat.net/ )
- [Integrated notifications ](https://techbase.kde.org/Projects/Snorenotify/Integrated-Notification-Backend )
- System Tray
## Supported secondary Backends
Secondary backends are those that allow you to send notifications to your phone, a website, play a sound.
In difference to backends they don't offer interactions with te notification therefore any number of secondary backends might be enabled.
- [Windows Phone - Toasty ](http://supertoasty.com/ )
- [Android - Notify my Android ](https://www.notifymyandroid.com/ )
- [Android and IOS - Pushover] (https://pushover.net/)
- Playback of sound filles
## Projects using Snorenotify ##
- [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 )
2016-01-11 15:31:52 +00:00
find_package(LibsnoreQt5 0.7.0 REQUIRED)
find_package(LibsnoreSettingsQt5 0.7.0 OPTIONAL)
2015-08-24 14:31:08 +00:00
add_executable( my_app main.cpp)
2016-01-11 15:31:52 +00:00
target_link_libraries( my_app Snore::Libsnore Snore::LibsnoreSettings)
2015-08-24 14:31:08 +00:00
### Qmake ###
QT += LibsnoreQt5
2016-01-11 15:31:52 +00:00
QT += LibsnoreSettingsQt5
2015-08-24 14:31:08 +00:00
### API Doc ###
2016-01-11 15:31:52 +00:00
[A documentation of the API can be found here ](http://hannah.von-reth.de/snorenotify/doc/latest/ )
2015-08-24 14:31:08 +00:00
## Dependencies ##
Required dependencies:
- [CMake ](http://www.cmake.org/ )
- [Extra CMake Modules ](https://projects.kde.org/projects/kdesupport/extra-cmake-modules )
2015-09-09 17:50:08 +00:00
- [Qt5 (5.3) ](http://qt-project.org/ )
## Supported compilers ##
- gcc 4.8 and later.
- msvc 2013 and later.
- clang 3.4 and later.
2015-08-24 14:31:08 +00:00
## Third party libraries that we ship with our source ##
- [Snarl C++ ](http://sourceforge.net/p/snarlwin/code/HEAD/tree/trunk/hdr/C++/SnarlInterface_v42/ ) used for Snarl