mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[win] refactoring ASCDocumentEditor.pro
This commit is contained in:
@ -17,7 +17,6 @@ SOURCES += \
|
||||
src/prop/cmainwindowimpl.cpp \
|
||||
src/prop/utils.cpp
|
||||
|
||||
RC_FILE = $$PWD/version.rc
|
||||
#DEFINES += _GLIBCXX_USE_CXX11_ABI=0
|
||||
DEFINES += __DONT_WRITE_IN_APP_TITLE
|
||||
DEFINES += APP_ICON_PATH=\"./res/icons/desktopeditors.ico\"
|
||||
@ -44,6 +43,11 @@ message($$PLATFORM_BUILD)
|
||||
}
|
||||
#}
|
||||
|
||||
core_windows {
|
||||
RC_FILE = $$PWD/version.rc
|
||||
OTHER_FILES += $$PWD/version.rc
|
||||
}
|
||||
|
||||
updmodule:core_linux {
|
||||
GLIB_RESOURCE_FILES += $$PWD/res/gresource.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user