File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,7 @@ enc_temp_folder/
4141/example /qt-gui-example /build-WinToastExample-Desktop_Qt_5_9_2_MSVC2015_32bit-Debug
4242build /
4343cmake-build- *
44- CMakeLists.txt.user
44+ CMakeLists.txt.user
45+
46+ # CLion
47+ .idea /
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.4...3.27)
2- project (wintoastlib VERSION 1.3.0 LANGUAGES CXX)
2+ project (wintoastlib VERSION 1.3.2 LANGUAGES CXX)
33set (CMAKE_CXX_STANDARD 11)
44set (CMAKE_CXX_STANDARD_REQUIRED ON )
55set (CMAKE_CXX_EXTENSIONS OFF )
Original file line number Diff line number Diff line change @@ -319,3 +319,4 @@ The system configuration helps you to define how long you want notifications to
319319 - [PidginWinToastNotifications](https://github.com/ChristianGalla/PidginWinToastNotifications): Windows Toast Notification Plugin for Pidgin.
320320 - [Dnai-Editor](https://github.com/Nicolas-Constanty/Dnai.Editor): Visual Scripting, node editor.
321321 - [Spectral](https://gitlab.com/b0/spectral): A glossy client for Matrix, written in QtQuick Controls 2 and C++.
322+ - [Sysnotify](https://github.com/karmakrafts/WinToast): Cross-platform system notifications for Kotlin Multiplatform.
You can’t perform that action at this time.
0 commit comments