mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
ac248e392d
Qt4 code has been identidifed by git grep -l 'QT_VERSION.*\(0x050000\|0x04\)' src Uses of QT_VERSION_CHECK have been checked too. been used to remember what places need further work. Then remaining Qt4 references have been searched using git grep -i qt4 git grep -i 'qt 4' and relevant issues have been either fixed or noted in the new TODO.killqt4 file.
17 lines
613 B
Plaintext
17 lines
613 B
Plaintext
Things left to do after killing Qt4 (obtained by grepping for Qt4 and 'Qt 4'):
|
|
* look at the FIXME KILLQT4 comments in src/ and resolve them
|
|
* update README
|
|
* update INSTALL
|
|
* update INSTALL.cmake
|
|
* update INSTALL.MacOSX
|
|
* update autoconf
|
|
see also lib/RELEASE-NOTES
|
|
* update cmake
|
|
* check whether development/autotests/keytest.py really needs QT4
|
|
investigate references to Qt4 in keytest
|
|
* update or remove development/lyx.rpm.README
|
|
* update or remove development/lyxserver/server_monitor.cpp
|
|
* update or remove development/tools/count_total_lines_of_compiled_code.sh
|
|
* check references to qt4 in lib/symbols
|
|
|