mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request #1273 from ONLYOFFICE/fix/glib-resources
Fix including glib resources
This commit is contained in:
@ -45,7 +45,6 @@ message($$PLATFORM_BUILD)
|
||||
#}
|
||||
|
||||
updmodule:core_linux {
|
||||
SOURCES += $$PWD/res/gresource.c
|
||||
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
||||
|
||||
glib_resources.name = gresource
|
||||
|
||||
@ -7,7 +7,6 @@ DEFINES += APP_ICON_PATH=\"./icons/desktopeditors.ico\"
|
||||
DEFINES += APP_LANG_PATH=\"./langs/langs.iss\"
|
||||
|
||||
core_linux {
|
||||
SOURCES += $$PWD/res/gresource.c
|
||||
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
||||
|
||||
glib_resources.name = gresource
|
||||
|
||||
Reference in New Issue
Block a user