-
Notifications
You must be signed in to change notification settings - Fork 2
/
SomLjVirtualMachine.qrc
37 lines (37 loc) · 1.42 KB
/
SomLjVirtualMachine.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<RCC>
<qresource prefix="/">
<file>images/close.png</file>
<file>images/exclamation-circle.png</file>
<file>images/exclamation-red.png</file>
<file>Smalltalk/Array.som</file>
<file>Smalltalk/Block.som</file>
<file>Smalltalk/Block1.som</file>
<file>Smalltalk/Block2.som</file>
<file>Smalltalk/Block3.som</file>
<file>Smalltalk/Boolean.som</file>
<file>Smalltalk/Class.som</file>
<file>Smalltalk/Dictionary.som</file>
<file>Smalltalk/Double.som</file>
<file>Smalltalk/False.som</file>
<file>Smalltalk/HashEntry.som</file>
<file>Smalltalk/Hashtable.som</file>
<file>Smalltalk/Integer.som</file>
<file>Smalltalk/Metaclass.som</file>
<file>Smalltalk/Method.som</file>
<file>Smalltalk/Nil.som</file>
<file>Smalltalk/Object.som</file>
<file>Smalltalk/Pair.som</file>
<file>Smalltalk/Primitive.som</file>
<file>Smalltalk/Set.som</file>
<file>Smalltalk/String.som</file>
<file>Smalltalk/Symbol.som</file>
<file>Smalltalk/System.som</file>
<file>Smalltalk/True.som</file>
<file>Smalltalk/Vector.som</file>
<file>SomPrimitives.lua</file>
<file>images/breakpoint.png</file>
<file>images/marker.png</file>
<file>images/break-marker.png</file>
<file>LjTraceDump.lua</file>
</qresource>
</RCC>