2015-07-15 12:35:59 +02:00
2015-07-05 13:06:21 +02:00
2014-10-14 14:26:33 +02:00
2015-02-01 18:35:19 +01:00
2015-07-05 14:05:13 +02:00
2015-06-18 12:33:41 +02:00
2015-07-15 12:35:59 +02:00
2014-07-08 01:13:30 +02:00
2014-07-08 00:46:53 +02:00
2014-08-22 12:35:01 +02:00
2015-06-25 16:31:54 +02:00
2015-07-05 13:48:47 +02:00
2013-07-07 10:33:14 +02:00
2015-06-29 15:12:27 +02:00
2015-07-10 18:03:05 +02: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.

Supported Backends

Supported secondary Backends

Projects using Snorenotify

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)

Qmake

QT += LibsnoreQt5

API Doc

A documentation of the API can be found here

Dependencies

Required dependencies:

Third party libraries that we ship with our source

Description
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.
Readme
Languages
C++ 93.4%
CMake 3.1%
QML 1.8%
Objective-C++ 1.6%