Speed optimization. Deploy Windows version with file qtlogging.ini that disables
logging. --HG-- branch : develop
This commit is contained in:
parent
8eb7c413e9
commit
f122ce479c
1
dist/win/inno/valentina.iss
vendored
1
dist/win/inno/valentina.iss
vendored
|
@ -219,6 +219,7 @@ Source: ".\valentina\*.dll"; DestDir: "{app}"
|
||||||
Source: ".\valentina\*.txt"; DestDir: "{app}"; Flags: ignoreversion
|
Source: ".\valentina\*.txt"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: ".\valentina\*.rcc"; DestDir: "{app}"; Flags: ignoreversion
|
Source: ".\valentina\*.rcc"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: ".\valentina\*.ico"; 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
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
; DLL used to check if the target program is running at install time
|
; DLL used to check if the target program is running at install time
|
||||||
|
|
||||||
|
|
2
share/qtlogging.ini
Normal file
2
share/qtlogging.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Rules]
|
||||||
|
*.*=false
|
|
@ -280,6 +280,7 @@ win32:*g++* {
|
||||||
$$PWD/../../../LICENSE_GPL.txt \
|
$$PWD/../../../LICENSE_GPL.txt \
|
||||||
$$PWD/../../../README.txt \
|
$$PWD/../../../README.txt \
|
||||||
$$PWD/../../../ChangeLog.txt \
|
$$PWD/../../../ChangeLog.txt \
|
||||||
|
$$PWD/../../../share/qtlogging.ini \
|
||||||
$$PWD/../../libs/qmuparser/LICENSE_BSD.txt \
|
$$PWD/../../libs/qmuparser/LICENSE_BSD.txt \
|
||||||
$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR}/qmuparser2.dll \
|
$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR}/qmuparser2.dll \
|
||||||
$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}/vpropertyexplorer.dll \
|
$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}/vpropertyexplorer.dll \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user