qamel icon indicating copy to clipboard operation
qamel copied to clipboard

Qt 5.6 support for lowend platfroms (arm, mips)

Open shrkamat opened this issue 4 years ago • 1 comments

This is preliminary attempt to support Qt 5.6 on low end platforms.

  1. Strip Quick.Components, wdigets, svg to reduce memory.
  2. Application would have to spawn QGuiApplication and not QApplication.
TODO:

Add compile time config to spawn QApplication / QGuiApplication Move QtQuick Controls classes to a different go package (like QQuickStyle, currently deleted)

It will be great if I am guided a bit on the TODO(s)

shrkamat avatar Oct 02 '20 18:10 shrkamat

This looks somhow limited and shouldn't remove the support for qqc2. And why are you using a qt version that isn't supported anymore since 3 years? Also in the more recent version have undergone a huge performance rework so i think it's better to use a newer version.

nanu-c avatar Oct 29 '20 13:10 nanu-c