theinvisible / openfortigui

VPN-GUI to connect to Fortigate-Hardware, based on openfortivpn
https://hadler.me/linux/openfortigui/
GNU General Public License v3.0
489 stars 54 forks source link

Adds package Keychain from Qt5 to find_package of CMake #115

Closed faustocarva closed 4 years ago

faustocarva commented 4 years ago

Trying to compile openfortigui in Linux without any QT5 packages i have got an error in source vpnhelper.cpp caused by an absence of package qt5keychain-dev. Later I looked at the CMakeLists.txt file and found that the directive find_package was missing the Keychain check. Added it to find_package and then the compilation could go on. Please, merge this pull request.

theinvisible commented 4 years ago

Thanks