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

2017-07-08 Thread David Faure
This revision was automatically updated to reflect the committed changes. Closed by commit R240:bcf2bcf39b44: Android: scan for qml files in the source dir, not in the install dir. (authored by dfaure). REPOSITORY R240 Extra CMake Modules CHANGES SINCE LAST UPDATE https://phabricator.kde.org

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

2017-07-07 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. In https://phabricator.kde.org/D6466#122419, @dfaure wrote: > In https://phabricator.kde.org/D6466#121152, @apol wrote: > > > This will be problematic as soon as your application depends

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

2017-07-06 Thread David Faure
dfaure added a comment. In https://phabricator.kde.org/D6466#121152, @apol wrote: > This will be problematic as soon as your application depends on any libraries. You mean, libraries which themselves have installed QML files, right? Depending on e.g. ki18n is no problem. But

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

2017-07-02 Thread Aleix Pol Gonzalez
apol requested changes to this revision. apol added a comment. This revision now requires changes to proceed. This will be problematic as soon as your application depends on any libraries. So far we've worked with the assumption that you'd install the applications into a prefix then ran `and

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

2017-07-02 Thread David Faure
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 Co