aboutsummaryrefslogtreecommitdiff
path: root/src/ui.qrc
blob: 48554f7fc07aa60610361c7dbe3bcc4c8258133f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<RCC>
	<qresource prefix="/">
		<file>main.qml</file>
		<file>StateHandler.qml</file>
		<file alias="TerminalItem.qml">list/TerminalItem.qml</file>
		<file alias="TerminalList.qml">list/TerminalList.qml</file>
		<file alias="CommandInput.qml">command/CommandInput.qml</file>
		<file alias="commands.js">command/commands.js</file>
		<file alias="EmbeddedTerminal.qml">widget/EmbeddedTerminal.qml</file>
		<file alias="Highlighter.qml">widget/Highlighter.qml</file>
	</qresource>
</RCC>