# Note: depends on qtbase
wget -c https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtquickcontrols2-everywhere-src-5.11.1.tar.xz
tar -xJf qtquickcontrols2-everywhere-src-5.11.1.tar.xz
cd qtquickcontrols2-everywhere-src-5.11.1
qmake
make # Doesn't mind -j#
make install