https://bugs.kde.org/show_bug.cgi?id=491392
Bug ID: 491392 Summary: Text Properties docker is blank on Android in Nightly builds Classification: Applications Product: krita Version: git master (please specify the git hash!) Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Dockers Assignee: krita-bugs-n...@kde.org Reporter: dimul...@gmail.com Target Milestone: --- The Text Properties is blank on Android when using nightly builds. It works fine when using local build of Krita apk. The nightly build has the following debug messages: 08-07 14:20:28.484 6935 6959 W krita : qrc:/TextProperties.qml:8:1: module "QtQuick.Layouts" is not installed 08-07 14:20:28.484 6935 6959 W krita : import QtQuick.Layouts 1.12 08-07 14:20:28.484 6935 6959 W krita : ^ 08-07 14:20:28.484 6935 6959 W krita : qrc:/TextProperties.qml:7:1: module "QtQuick.Controls" is not installed 08-07 14:20:28.484 6935 6959 W krita : import QtQuick.Controls 2.5 08-07 14:20:28.484 6935 6959 W krita : ^ 08-07 14:20:28.484 6935 6959 W krita : qrc:/TextProperties.qml:8:1: module "QtQuick.Layouts" is not installed 08-07 14:20:28.484 6935 6959 W krita : import QtQuick.Layouts 1.12 08-07 14:20:28.484 6935 6959 W krita : ^ 08-07 14:20:28.484 6935 6959 W krita : qrc:/TextProperties.qml:7:1: module "QtQuick.Controls" is not installed 08-07 14:20:28.484 6935 6959 W krita : import QtQuick.Controls 2.5 08-07 14:20:28.484 6935 6959 W krita : ^ Local build doesn't have them. The possible cause is that the nightly build first builds "debug" build, then cleans it, then builds a "release" build. It might be that the clean stage removes the necessary libraries... -- You are receiving this mail because: You are watching all bug changes.