D6466: Android: scan for qml files in the source dir, not in the install dir.

David Faure noreply at phabricator.kde.org
Sun Jul 2 08:29:45 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170702/261533ca/attachment.html>


More information about the Kde-frameworks-devel mailing list