forked from subsurface/subsurface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-system: move profile specific icons into separate QRC
This way they are available in both mobile and desktop version. Without this, the icons weren't shown on iOS and Android. Fixes subsurface#3214 Signed-off-by: Dirk Hohndel <[email protected]>
- Loading branch information
Showing
5 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<!-- ************ icons used in the profile ***************** --> | ||
<file alias="status-warning-icon">icons/warning-icon.png</file> | ||
<file alias="status-violation-icon">icons/violation-icon.png</file> | ||
<file alias="status-info-icon">icons/info-icon.png</file> | ||
<file alias="bailout-icon">icons/OC.png</file> | ||
<file alias="onCCRLoop-icon">icons/CCR.png</file> | ||
<file alias="dive-bookmark-icon">icons/flag.svg</file> | ||
<file alias="gaschange-icon">icons/gaschange.png</file> | ||
<file alias="gaschange-air-icon">icons/Air_change.png</file> | ||
<file alias="gaschange-ean-icon">icons/Nx_change.png</file> | ||
<file alias="gaschange-trimix-icon">icons/Tmx_change.png</file> | ||
<file alias="gaschange-oxygen-icon">icons/Oxy_change.png</file> | ||
<file alias="gaschange-air-ICD-icon">icons/Air_changeICD.png</file> | ||
<file alias="gaschange-ean-ICD-icon">icons/Nx_changeICD.png</file> | ||
<file alias="gaschange-trimix-ICD-icon">icons/Tmx_changeICD.png</file> | ||
<file alias="gaschange-oxygen-ICD-icon">icons/Oxy_changeICD.png</file> | ||
<file alias="list-add-icon">icons/plus.png</file> | ||
<file alias="list-remove-icon">icons/trash.png</file> | ||
<file alias="list-remove-disabled-icon">icons/trash-forbidden.png</file> | ||
</qresource> | ||
</RCC> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters