mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 01:58:41 -04:00
Setup new build dependencies.
This commit is contained in:
parent
b904fe5acd
commit
ec8c0bb3e7
4 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
if(UNIX AND NOT APPLE)
|
||||
find_package(X11)
|
||||
find_package(Qt5X11Extras)
|
||||
find_package(Qt5X11Extras 5.2)
|
||||
add_feature_info(libXi X11_Xi_FOUND "The X11 Xi Protocol library is required for auto-type")
|
||||
add_feature_info(libXtest X11_XTest_FOUND "The X11 XTEST Protocol library is required for auto-type")
|
||||
add_feature_info(Qt5X11Extras Qt5X11Extras_FOUND "The Qt5X11Extras library is required for auto-type")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue