Re: Segmentation fault in QT apps
Reply #23 –
I did not try this yet on ARMtix.
Having qt built with clang can help see if the bug with the file picker happens with gcc.
Adding this to build should work for kvantum.
build() {
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
It worked for pmOS.
ARMtix does not support my devices and so I had to tinker.
Then when I had this bug I decided to abandon ARMtix.
Now I may use it again.