diff options
author | qso <qso@users.sf.net> | 2019-01-06 23:28:48 +0100 |
---|---|---|
committer | qso <qso@users.sf.net> | 2019-01-06 23:28:48 +0100 |
commit | 5d570825262a0ac0f78deedbd393c5d258493dc2 (patch) | |
tree | 43ddaebfc793b16cbe41c97211676f478bb1c6af /README.md | |
parent | eb8a2396c4e0a5e4e38b743d14891a0d51a43e41 (diff) | |
download | libquotient-5d570825262a0ac0f78deedbd393c5d258493dc2.tar.gz libquotient-5d570825262a0ac0f78deedbd393c5d258493dc2.zip |
added info for QMATRIXCLIENT_INSTALL_EXAMPLE option to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |