aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fix build issue in generating RegExpJitTables.h on WindowsKai Koehne2020-06-031-1/+1
| | | | | | | | | | | | | | | Do make sure to use backslashes in the absolute path on Windows, otherwise nmake will silently ignore the command. This fixes a regression in Qt 5.15.0, introduced in commit 1c6a70e1880a8 . [ChangeLog][Building] Fixed build issue on Windows when using nmake (RegExpJitTables.h was not generated correctly). Fixes: QTBUG-84497 Pick-to: 5.15 Change-Id: I5acd66b0efb8be13d96edd5e30b692c47ce20fc5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Port python check to configure systemKai Koehne2020-05-071-0/+22
Also check for py, python2, python3 executables. Task-number: QTBUG-72926 Fixes: QTBUG-84038 Pick-to: 5.15 Change-Id: I844db4dd630d9b3025eca529ee57565b600ebbac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>