qml.qrc
author sl
Thu, 29 May 2014 21:42:07 +0200
changeset 19 be04ffbb561c
parent 8 9543e1703afb
child 25 aec049087578
permissions -rw-r--r--
Trying to optimize our swap buffer implementation by sending only the pixel
block which ave changed. No joy so far.
sl@0
     1
<RCC>
sl@0
     2
    <qresource prefix="/">
sl@0
     3
        <file>main.qml</file>
sl@0
     4
        <file>FontsTab.qml</file>
sl@0
     5
        <file>TestsTab.qml</file>
sl@2
     6
        <file>DisplayTab.qml</file>
sl@8
     7
        <file>DisplayStatusBar.qml</file>
sl@15
     8
        <file>DisplayFrame.qml</file>
sl@0
     9
    </qresource>
sl@0
    10
</RCC>