mirror-chatterino2/.CI/InstallQTStylePlugins.sh
2019-10-13 12:22:25 +02:00

7 lines
144 B
Bash
Executable file

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