waf/waflib
Rafaël Kooi 6c0a8c7c84 qt5: Add support for Qt6
Implements support for Qt6 by extending qt5.py. The user can opt in for
Qt6 support by setting cfg.want_qt6 = True. There's also a qt6 feature,
which at the moment is identical to the qt5 feature. Splitting has been
done now for futureproofing purposes. Qt6 libraries can be selected
through the cfg.qt6_vars variable. I didn't make an attempt at any
backwards compatibility by trying to load cfg.qt5_vars if it exists,
this is done so the move from Qt5 to Qt6 is a more deliberate process.

Signed-off-by: Rafaël Kooi <3961583-RA-Kooi@users.noreply.gitlab.com>
2023-06-22 19:08:28 +02:00
..
Tools qt5: Add support for Qt6 2023-06-22 19:08:28 +02:00
extras waflib: extras: msvs: enclose solution path into doublequotes in generated shell commands 2023-04-10 19:58:22 +02:00
Build.py Allow mixing Unix paths with destdir on non-Unix platforms 2021-01-19 20:52:57 +01:00
ConfigSet.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Configure.py Ensure find_program replaces more invalid characters 2022-11-20 06:55:13 +01:00
Context.py docs: fix the inheritance diagrams in the apidocs 2022-05-17 23:54:58 +02:00
Errors.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Logs.py Python 2 encoding enhancements - Issue 2230 2019-04-15 21:18:45 +02:00
Node.py Undo parentheses escaping in ant_glob 2019-05-10 23:13:01 +02:00
Options.py Improve custom option processing #2280 2020-03-27 20:20:22 +01:00
Runner.py Handle deprecated Thread.setDaemon in Python 3.10 2021-05-13 17:12:40 +02:00
Scripting.py Support SOURCE_DATE_EPOCH in some places 2023-02-12 10:42:11 +01:00
Task.py Remove the metaclass hierarchy in Python 2 2019-10-18 23:02:19 +02:00
TaskGen.py Fix typo in documentation. 2022-10-02 01:50:57 +02:00
Utils.py Provide a replacement for distutils.version.LooseVersion 2022-12-22 18:58:31 +01:00
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ansiterm.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fixpy2.py Handle deprecated Thread.setDaemon in Python 3.10 2021-05-13 17:12:40 +02:00
processor.py Optimize sub process startup with workers 2019-05-27 18:05:02 +02:00