Skip to content

Commit 3174379

Browse files
committed
cmake: Include 48x48 wespal icon resource
We don't really use it but hey.
1 parent 8b2613d commit 3174379

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ set_source_files_properties("icons/hicolor/16x16/apps/wespal.png"
141141
set_source_files_properties("icons/hicolor/32x32/apps/wespal.png"
142142
PROPERTIES QT_RESOURCE_ALIAS "wespal-icon-32.png"
143143
)
144+
set_source_files_properties("icons/hicolor/48x48/apps/wespal.png"
145+
PROPERTIES QT_RESOURCE_ALIAS "wespal-icon-48.png"
146+
)
144147
set_source_files_properties("icons/hicolor/64x64/apps/wespal.png"
145148
PROPERTIES QT_RESOURCE_ALIAS "wespal-icon-64.png"
146149
)
@@ -162,6 +165,7 @@ set(morningstar_resource_files
162165
"icons/private/[email protected]"
163166
"icons/hicolor/16x16/apps/wespal.png"
164167
"icons/hicolor/32x32/apps/wespal.png"
168+
"icons/hicolor/48x48/apps/wespal.png"
165169
"icons/hicolor/64x64/apps/wespal.png"
166170
"icons/hicolor/128x128/apps/wespal.png"
167171
"icons/hicolor/256x256/apps/wespal.png"

0 commit comments

Comments
 (0)