summaryrefslogtreecommitdiffstats
path: root/src/gui/.prev_configure.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-151-0/+1251
- Remove the DirectWrite1,2 features. Windows 10 should have them, only MinGW is missing directwrite3. The feature directwrite now implies DirectWrite2. - Remove the custom defines. - Port over the configure tests from configure.json and add missing ones for DirectWrite(2), DirectWrite3 and Direct2D and Direct2D 1.1, fix the conditions and report them in the summary. Task-number: QTBUG-83255 Fixes: QTBUG-83931 Change-Id: I1fc68997adc715bd5c6d7ec457f58c46e1f81c6a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>