🐛 Fixed AppImage not including QT style plugins
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
git clone http://code.qt.io/qt/qtstyleplugins.git
|
||||
cd qtstyleplugins
|
||||
/opt/qt512/bin/qmake CONFIG+=release
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd -
|
||||
Reference in New Issue
Block a user