##// END OF EJS Templates
Fix oscilloscope demos on android...
Fix oscilloscope demos on android qobject_cast doesn't seem to work properly on android, but there is no need to use it in oscilloscope demos, static cast works just as well there. Change-Id: Ia32c914dcec05dca48103fe8d4edec7c054c8bd8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2526:383eb97e1450
Show More
resources.qrc
18 lines | 718 B | text/plain | TextLexer
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 <RCC>
<qresource prefix="/">
<file>qml/quick2chart/loader.qml</file>
<file>qml/quick2chart/main.qml</file>
<file>qml/quick2chart/View1.qml</file>
<file>qml/quick2chart/View2.qml</file>
<file>qml/quick2chart/View3.qml</file>
<file>qml/quick2chart/View4.qml</file>
<file>qml/quick2chart/View5.qml</file>
<file>qml/quick2chart/View6.qml</file>
<file>qml/quick2chart/View7.qml</file>
<file>qml/quick2chart/View8.qml</file>
<file>qml/quick2chart/View9.qml</file>
<file>qml/quick2chart/View10.qml</file>
<file>qml/quick2chart/View11.qml</file>
<file>qml/quick2chart/View12.qml</file>
</qresource>
</RCC>