Skip to content

Commit 6f30522

Browse files
committed
Packed resources
Dynamically load packed resources from a separate file. This reduces amount of main memory required for linking stage.
1 parent e3c4d49 commit 6f30522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/style/style_core_font.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
void style_InitFontsResource() {
2222
#ifdef Q_OS_MAC // Use resources from the .app bundle on macOS.
2323

24-
base::RegisterBundledResources(u"lib_ui.rcc"_q);
24+
base::RegisterResourceArchive(u"lib_ui.rcc"_q);
2525

2626
#else // Q_OS_MAC
2727

0 commit comments

Comments
 (0)