mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
c293be56bd
In particular, the directory frontends/qt4 is renamed to frontends/qt. Many configurations file have to be updated. All mentions of qt4 in the source have been audited, and changed to qt if necessary. The only part that has not been updated is the CMake build system.
10 lines
130 B
Makefile
10 lines
130 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
EXTRA_DIST = \
|
|
common.am \
|
|
lyxinclude.m4 \
|
|
lyxpython.m4 \
|
|
pkg.m4 \
|
|
qt.m4 \
|
|
spell.m4
|