mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] paths refactoring
This commit is contained in:
@ -3,4 +3,4 @@ DESTDIR = $$PWD
|
||||
include(common.pri)
|
||||
|
||||
DEFINES += COPYRIGHT_YEAR=$${CURRENT_YEAR}
|
||||
DEFINES += APP_ICON_PATH=\"./res/icons/desktopeditors.ico\"
|
||||
DEFINES += APP_ICON_PATH=\"./icons/desktopeditors.ico\"
|
||||
|
||||
@ -30,7 +30,7 @@ ENV_PRODUCT_VERSION = $$(PRODUCT_VERSION)
|
||||
}
|
||||
|
||||
core_windows {
|
||||
RC_FILE = $$PWD/version.rc
|
||||
RC_FILE = $$PWD/res/version.rc
|
||||
|
||||
CONFIG += embed_manifest_exe
|
||||
# Uncomment to testing service control
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
#include "src/platform_win/resource.h"
|
||||
#include "../src/platform_win/resource.h"
|
||||
IDI_MAINICON ICON DISCARDABLE APP_ICON_PATH
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "./res/manifest/update-daemon.manifest"
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "./manifest/update-daemon.exe.manifest"
|
||||
|
||||
#include <windows.h>
|
||||
#define RC_COMPILE_FLAG
|
||||
# pragma code_page(65001)
|
||||
# include "src/version.h"
|
||||
# include "../src/version.h"
|
||||
#undef RC_COMPILE_FLAG
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
Reference in New Issue
Block a user