From 17cf970467bd3d1e64ce9a4273775110b82f7de8 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Mon, 3 Apr 2023 11:30:07 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 986cef1..63305bf 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,6 @@ Simple Qml notification service for qml applications. ## Include -### For qmake projects - - * cd yourRepo - * git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule - * git submodule update --init --recursive - * Include in your pro file the pri file of Qt-Secret library - ```qmake - include($$PWD/SimpleQmlNotify/QmlNotify.pri) - ``` - * Rebuild yuor project - ### For cmake projects #### The cmake build do not required Qt libraries.