Skip to content

Commit

Permalink
Packed resources
Browse files Browse the repository at this point in the history
Dynamically load packed resources from a separate file. This
reduces amount of main memory required for linking stage.
  • Loading branch information
mymedia2 committed Jan 21, 2022
1 parent f0efb19 commit df68ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/style/style_core_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
void style_InitFontsResource() {
#ifdef Q_OS_MAC // Use resources from the .app bundle on macOS.

base::RegisterBundledResources(u"lib_ui.rcc"_q);
base::RegisterResourceArchive(u"lib_ui.rcc"_q);

#else // Q_OS_MAC

Expand Down

0 comments on commit df68ee7

Please sign in to comment.