mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Add qttools5-dev install to build
Seen on a fresh Debian 11 install: CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5LinguistTools" ...
This commit is contained in:
parent
2761f7521a
commit
a9c59c34e8
@ -6,6 +6,7 @@ sudo apt-get install -y \
|
|||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
libqt5websockets5-dev \
|
libqt5websockets5-dev \
|
||||||
qtwebengine5-dev \
|
qtwebengine5-dev \
|
||||||
|
qttools5-dev \
|
||||||
openconnect \
|
openconnect \
|
||||||
libqt5keychain1
|
libqt5keychain1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user