Try to fix bad font rendering under Windows plateform

see : https://bugreports.qt.io/browse/QTBUG-83161
This commit is contained in:
Laurent Trinques 2020-06-15 13:01:05 +02:00
parent bb7ef2a13f
commit a5465c201f

View File

@ -8,5 +8,5 @@ rem Met la collection QET en lecture seule
attrib +r elements/* /S /D
rem lance QElectroTech
set command=bin\qelectrotech.exe --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*
@start %command%