waf/waflib/Tools
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
..
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ar.py Update docs for 2018 2018-01-01 20:53:49 +01:00
asm.py Force an asm-specific defines flag 2020-08-15 12:16:36 +02:00
bison.py Update docs for 2018 2018-01-01 20:53:49 +01:00
c.py Update docs for 2018 2018-01-01 20:53:49 +01:00
c_aliases.py Improve error messages in c_aliases 2019-10-08 20:04:00 +02:00
c_config.py c_config: add RISC-V generic detection 2021-04-15 17:30:54 +02:00
c_osx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
c_preproc.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
c_tests.py tools: c_tests: use stlib flag instead of shlib in check_endianness 2022-05-12 14:56:09 +02:00
ccroot.py docs: fix the inheritance diagrams in the apidocs 2022-05-17 23:54:58 +02:00
clang.py Api docs 2016-06-25 21:30:32 +02:00
clangxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
compiler_c.py Add support for GNU/kFreeBSD 2021-12-14 14:24:32 +01:00
compiler_cxx.py Add support for GNU/kFreeBSD 2021-12-14 14:24:32 +01:00
compiler_d.py Update docs for 2018 2018-01-01 20:53:49 +01:00
compiler_fc.py Api docs 2016-06-25 21:30:32 +02:00
cs.py Update docs for 2018 2018-01-01 20:53:49 +01:00
cxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
d.py Update docs for 2018 2018-01-01 20:53:49 +01:00
d_config.py Update docs for 2018 2018-01-01 20:53:49 +01:00
d_scan.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
dbus.py Cosmetic changes on the gdbus/dbus tools 2018-03-21 23:56:48 +01:00
dmd.py Update docs for 2018 2018-01-01 20:53:49 +01:00
errcheck.py Enable more advanced warnings of ant_glob on build folders in verbose mode 2017-12-23 20:36:14 +01:00
fc.py Propagate ldflags to fortran tasks #2262 2019-10-20 07:39:11 +02:00
fc_config.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fc_scan.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
flex.py Update docs for 2018 2018-01-01 20:53:49 +01:00
g95.py Update docs for 2018 2018-01-01 20:53:49 +01:00
gas.py Add a dependency scanner for gas/yasm and nasm (incomplete) 2019-06-26 15:00:03 +02:00
gcc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
gdc.py Simplify env['FOO'] -> env.FOO 2016-06-25 23:54:12 +02:00
gfortran.py Update docs for 2018 2018-01-01 20:53:49 +01:00
glib2.py Update docs for 2018 2018-01-01 20:53:49 +01:00
gnu_dirs.py Api docs 2016-06-26 11:59:27 +02:00
gxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
icc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
icpc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ifort.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
intltool.py Update docs for 2018 2018-01-01 20:53:49 +01:00
irixcc.py Remove conf.find_cpp from irix compiler detection 2019-12-10 07:32:08 +01:00
javaw.py javaw: fix buglet overwrites working variable while adding dependencies 2020-01-04 11:31:15 +01:00
ldc2.py Simplify env['FOO'] -> env.FOO 2016-06-25 23:54:12 +02:00
lua.py Update docs for 2018 2018-01-01 20:53:49 +01:00
md5_tstamp.py Describe how to load md5_tstamp - Issue 2231 2019-04-19 18:47:02 +02:00
msvc.py Fix suspicious warnings 2023-01-01 14:16:40 +01:00
nasm.py Add a dependency scanner for gas/yasm and nasm (incomplete) 2019-06-26 15:00:03 +02:00
nobuild.py Added the tool called 'nobuild' to help troubleshoot build scripts 2015-12-23 17:55:44 +01:00
perl.py Update docs for 2018 2018-01-01 20:53:49 +01:00
python.py Python3: install packages to "site-packages" (same as waf-2.0) 2022-12-31 10:19:18 +01:00
qt5.py qt5: Add support for Qt6 2023-06-22 19:08:28 +02:00
ruby.py Update docs for 2018 2018-01-01 20:53:49 +01:00
suncc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
suncxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
tex.py docs: fix the inheritance diagrams in the apidocs 2022-05-17 23:54:58 +02:00
vala.py Obtain vala tasks directly 2017-09-14 22:47:27 +02:00
waf_unit_test.py waf_unit_test: Fix command handling under windows 2021-01-21 18:51:47 +01:00
wafcache.py Add asynchronous wafcache uploads 2023-01-01 14:18:50 +01:00
winres.py winres: Pass include paths by environment variable 2021-04-05 22:04:23 +02:00
xlc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
xlcxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00