aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorqso <qso@users.sf.net>2019-01-06 23:28:48 +0100
committerqso <qso@users.sf.net>2019-01-06 23:28:48 +0100
commit5d570825262a0ac0f78deedbd393c5d258493dc2 (patch)
tree43ddaebfc793b16cbe41c97211676f478bb1c6af /README.md
parenteb8a2396c4e0a5e4e38b743d14891a0d51a43e41 (diff)
downloadlibquotient-5d570825262a0ac0f78deedbd393c5d258493dc2.tar.gz
libquotient-5d570825262a0ac0f78deedbd393c5d258493dc2.zip
added info for QMATRIXCLIENT_INSTALL_EXAMPLE option to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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: