aboutsummaryrefslogtreecommitdiff
path: root/src/ui.qrc
blob: 0cf1b20c14cbcb8538d73499c0b36f96234ae91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<RCC>
	<qresource prefix="/">
		<file>main.qml</file>
		<file>StateHandler.qml</file>
		<file>SettingsHandler.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="HistoryViewer.qml">widget/HistoryViewer.qml</file>
		<file alias="StatusLine.qml">widget/augment/StatusLine.qml</file>
		<file alias="Highlighter.qml">widget/augment/Highlighter.qml</file>
		<file alias="Overlay.qml">widget/augment/Overlay.qml</file>
	</qresource>
</RCC>