We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec60ad commit eab0213Copy full SHA for eab0213
src/configure
@@ -87,7 +87,7 @@ elif [ "$os_VENDOR" == "Fedora" ] || [[ "$os_VENDOR" == "CentOS" ]]; then
87
88
print_title "Check deps"
89
sudo yum install libssh2 libssh2-devel qt5-qtbase qt5-qtsvg-devel \
90
- qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols \
+ qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols qt5-qtquickcontrols2 \
91
qt5-qttools qt5-qtcharts-devel gcc gcc-c++ libstdc++-static git cmake rsync \
92
redhat-rpm-config -y
93
0 commit comments