From 5d570825262a0ac0f78deedbd393c5d258493dc2 Mon Sep 17 00:00:00 2001 From: qso Date: Sun, 6 Jan 2019 23:28:48 +0100 Subject: added info for QMATRIXCLIENT_INSTALL_EXAMPLE option to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72eaf7ab..be63c994 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ You can install the library with CMake: cmake --build . --target install ``` This will also install cmake package config files; once this is done, you can use `examples/CMakeLists.txt` to compile the example with the _installed_ library. This file is a good starting point for your own CMake-based project using libQMatrixClient. +Installation of `qmc-example` application can be skipped by setting `QMATRIXCLIENT_INSTALL_EXAMPLE` to `OFF`. #### qmake-based The library provides a .pri file with an intention to be included from a bigger project's .pro file. As a starting point you can use `qmc-example.pro` that will build a minimal example of library usage for you. In the root directory of the project sources: -- cgit v1.2.3