1
0
Fork 0
forked from blue/lmdbal

Some more build fixes

This commit is contained in:
Blue 2024-12-13 20:27:47 +02:00
parent 02946bbe98
commit 43d4900809
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 6 additions and 5 deletions

View file

@ -84,6 +84,7 @@ Here is the list of keys you can pass to configuration phase of `cmake ..`:
- `BUILD_DOC` - `True` build doxygen documentation, `False` does not (default is `False`);
- `BUILD_DOXYGEN_AWESOME` - `True` build doxygen awesome theme if `BUILD_DOC` is also `True` (default is `False`);
- `QT_VERSION_MAJOR` - `5` links against Qt5, `6` links agains Qt6, there is no default, so, if you didn't specify it the project will chose automatically;
- `LMDBAL_NAME` - `LMDBAL` builds main target with this name, also install path witll be this name lowercase, usefull if you want to build `LMDBAL-QT6` not to conflict with `LMDBAL-QT5`;
#### Running tests