maxhora / 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, Mac OS and Unix and mobile Devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Support

If you need support on how to use Snorenotify you can reach out to the developers using the mailing list or IRC joining #Snorenotify on freenode or using the Web chat .

Supported Backends

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.

Projects using Snorenotify

How to integrate Snorenotify in your project

CMake

project( MyApp )
cmake_minimum_required( VERSION 2.8.12 )
find_package(LibsnoreQt5 0.7.0 REQUIRED)
find_package(LibsnoreSettingsQt5 0.7.0 OPTIONAL)

add_executable( my_app main.cpp)
target_link_libraries( my_app Snore::Libsnore Snore::LibsnoreSettings)

Qmake

QT += LibsnoreQt5
QT += LibsnoreSettingsQt5

API Doc

A documentation of the API can be found here

Dependencies

Required dependencies:

Supported compilers

  • gcc 4.8 and later.
  • msvc 2013 and later.
  • clang 3.4 and later.

Third party libraries that we ship with our source

About

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, Mac OS and Unix and mobile Devices.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 88.7%Language:CMake 8.0%Language:QML 1.7%Language:Objective-C++ 1.5%Language:Shell 0.1%