Speed optimization. Deploy Windows version with file qtlogging.ini that disables

logging.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-10-03 10:18:29 +03:00
parent 8eb7c413e9
commit f122ce479c
3 changed files with 4 additions and 0 deletions

View file

@ -219,6 +219,7 @@ Source: ".\valentina\*.dll"; DestDir: "{app}"
Source: ".\valentina\*.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\valentina\*.rcc"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\valentina\*.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\valentina\*.ini"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
; DLL used to check if the target program is running at install time

2
share/qtlogging.ini Normal file
View file

@ -0,0 +1,2 @@
[Rules]
*.*=false

View file

@ -280,6 +280,7 @@ win32:*g++* {
$$PWD/../../../LICENSE_GPL.txt \
$$PWD/../../../README.txt \
$$PWD/../../../ChangeLog.txt \
$$PWD/../../../share/qtlogging.ini \
$$PWD/../../libs/qmuparser/LICENSE_BSD.txt \
$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR}/qmuparser2.dll \
$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}/vpropertyexplorer.dll \