Skip to content

Commit d2b29a3

Browse files
committedMar 20, 2017
Fixed build due to missing image resource reference.
1 parent 6236810 commit d2b29a3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
 

‎images/images.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<RCC>
22
<qresource prefix="/images">
3-
<file alias="last-hackfest.jpg">developers/essen-2014.jpg</file>
3+
<file alias="last-hackfest.png">splash/dev-splash.png</file>
44
<file>flags/af.png</file>
55
<file>flags/ar.png</file>
66
<file>flags/bg.png</file>

‎images/splash/README_SPLASH

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
splash.png ->
2+
- used on the splash screen during app startup for released QGIS versions
3+
- typically a group photo from the last hackfest for unreleased QGIS versions
4+
- typically a pleasing map motif from a previous hackfest venue
5+
dev-splash.png ->
6+
- used in the about dialog, typically a group photo from the last hackfest
7+
- migrates to the about photo when there is a release
8+
- used on the splash screen during app startup for unreleased QGIS versions

‎images/splash/dev-splash.png

463 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.