mirror-chatterino2/.CI/InstallQTStylePlugins.sh

7 lines
144 B
Bash
Raw Normal View History

git clone http://code.qt.io/qt/qtstyleplugins.git
cd qtstyleplugins
/opt/qt512/bin/qmake CONFIG+=release
make -j$(nproc)
sudo make install
cd -