Enable SVG icons
This commit is contained in:
parent
911ac19a56
commit
eb9661370b
@ -667,7 +667,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInf
|
|||||||
DIRECTORY "${QT_PLUGINS_DIR}/imageformats"
|
DIRECTORY "${QT_PLUGINS_DIR}/imageformats"
|
||||||
DESTINATION ${PLUGIN_DEST_DIR}
|
DESTINATION ${PLUGIN_DEST_DIR}
|
||||||
COMPONENT Runtime
|
COMPONENT Runtime
|
||||||
REGEX "tga|svg|tiff|mng" EXCLUDE
|
REGEX "tga|tiff|mng" EXCLUDE
|
||||||
)
|
)
|
||||||
|
|
||||||
# Platform plugins
|
# Platform plugins
|
||||||
@ -683,7 +683,7 @@ else()
|
|||||||
DIRECTORY "${QT_PLUGINS_DIR}/imageformats"
|
DIRECTORY "${QT_PLUGINS_DIR}/imageformats"
|
||||||
DESTINATION ${PLUGIN_DEST_DIR}
|
DESTINATION ${PLUGIN_DEST_DIR}
|
||||||
COMPONENT Runtime
|
COMPONENT Runtime
|
||||||
REGEX "tga|svg|tiff|mng" EXCLUDE
|
REGEX "tga|tiff|mng" EXCLUDE
|
||||||
REGEX "d\\." EXCLUDE
|
REGEX "d\\." EXCLUDE
|
||||||
REGEX "_debug\\." EXCLUDE
|
REGEX "_debug\\." EXCLUDE
|
||||||
)
|
)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Name=multimc
|
Name=multimc
|
||||||
Comment=MultiMC Default Icons
|
Comment=MultiMC Default Icons
|
||||||
Inherits=default
|
Inherits=default
|
||||||
Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48
|
Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48,scalable
|
||||||
|
|
||||||
[scalable/apps]
|
[scalable/apps]
|
||||||
Size=48
|
Size=48
|
||||||
@ -31,3 +31,9 @@ Size=48
|
|||||||
|
|
||||||
[64x64]
|
[64x64]
|
||||||
Size=64
|
Size=64
|
||||||
|
|
||||||
|
[scalable]
|
||||||
|
Size=48
|
||||||
|
Type=Scalable
|
||||||
|
MinSize=16
|
||||||
|
MaxSize=256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user