dfaure created this revision. Restricted Application added projects: Frameworks, Build System.
REVISION SUMMARY When the QML files are all bundled into a .qrc file, they don't get copied to the install dir, which would lead to qmlimportscanner not picking up the dependencies (e.g. QtQuick Controls) for android packaging. Looking at commit https://phabricator.kde.org/R240:1b0496d05987a7df6c8c4c51f1dfdd0e24eeb0f9, I wonder if maybe we should be able to specify two paths to look into? But qmlimportscanner doesn't support that, does it? TEST PLAN using this toolchain for a basic QtQuick2 app created from a QtCreator template, with Qt Quick Controls support, and QML files in a Qt resource. REPOSITORY R240 Extra CMake Modules BRANCH master REVISION DETAIL https://phabricator.kde.org/D6466 AFFECTED FILES toolchain/deployment-file.json.in To: dfaure, apol, mart Cc: #build_system, #frameworks