diff options
| author | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-06-01 12:05:33 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-06-01 10:30:45 +0000 |
| commit | e648611e6d64891f1723a0e32c783c8d5f994de1 (patch) | |
| tree | c40b1e72fb927dae02badb472d0f77cef73e70d8 /examples/quick/controls/filesystembrowser/main.qml | |
| parent | 6138e25290908372620e9d2ae70893b1b7ae3e08 (diff) | |
Fix Qt Quick Extras plugin when built against Qt with namespaces
Q_INIT_RESOURCES declares an external symbols, and if therefore
Q_INIT_RESOURCES is within a namespace, it will also think that declared symbol
has to be in the namespace. However our rcc generated symbols are in the global
namespace, so that's also from where we need to call Q_INIT_RESOURCES.
Task-number: QTBUG-46393
Change-Id: Id3b5f4fbf561724811e3e9aec7d37def20903ea7
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'examples/quick/controls/filesystembrowser/main.qml')
0 files changed, 0 insertions, 0 deletions
