From 44722fb387fcb68212d83527b1c5aeae98bb8821 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Mon, 30 Mar 2020 16:01:45 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b708d9e..1e908a6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Simple Qml notification service for qml applications. * 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 - >> include($$PWD/SimpleQmlNotify/QmlNotify.pri) + ``` qmake + include($$PWD/SimpleQmlNotify/QmlNotify.pri) + ``` * Rebuild yuor project ### For cmake projects @@ -19,12 +21,12 @@ Simple Qml notification service for qml applications. * 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 CMakeLists.txt file the main CMakeLists.txt file of QSimpleQmlNotify library - >> include(QmlNotyfyService) + ``` cmake + include(QmlNotyfyService) + ``` * Rebuild yuor project -``` cmake -include(QmlNotyfyService) -``` + ### For other build system