Skip to content

Commit eab0213

Browse files
authored
Install qt5-qtquickcontrols2 on rhel based linux
1 parent 6ec60ad commit eab0213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ elif [ "$os_VENDOR" == "Fedora" ] || [[ "$os_VENDOR" == "CentOS" ]]; then
8787

8888
print_title "Check deps"
8989
sudo yum install libssh2 libssh2-devel qt5-qtbase qt5-qtsvg-devel \
90-
qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols \
90+
qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols qt5-qtquickcontrols2 \
9191
qt5-qttools qt5-qtcharts-devel gcc gcc-c++ libstdc++-static git cmake rsync \
9292
redhat-rpm-config -y
9393

0 commit comments

Comments
 (0)