aboutsummaryrefslogtreecommitdiff
path: root/src/ui.qrc
blob: 31ec34621d89be53bf8cd7a8869546ddd4490b48 (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="StatusLine.qml">widget/StatusLine.qml</file>
		<file alias="HistoryViewer.qml">widget/HistoryViewer.qml</file>
		<file alias="Highlighter.qml">widget/Highlighter.qml</file>
		<file alias="Overlay.qml">widget/Overlay.qml</file>
	</qresource>
</RCC>