🐛 Fixed AppImage not including QT style plugins

This commit is contained in:
Edgar
2019-08-11 13:36:09 +02:00
parent fbee24b78d
commit f66992a143
3 changed files with 22 additions and 10 deletions
+6
View File
@@ -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 -