mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
fix scons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20655 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ce0961b5a
commit
75e2698523
@ -689,8 +689,8 @@ src_frontends_header_files = Split('''
|
||||
NoGuiFontMetrics.h
|
||||
Painter.h
|
||||
Selection.h
|
||||
Toolbars.h
|
||||
WorkArea.h
|
||||
WorkAreaManager.h
|
||||
alert.h
|
||||
key_state.h
|
||||
mouse_state.h
|
||||
@ -702,8 +702,8 @@ src_frontends_files = Split('''
|
||||
Dialogs.cpp
|
||||
LyXView.cpp
|
||||
Painter.cpp
|
||||
Toolbars.cpp
|
||||
WorkArea.cpp
|
||||
WorkAreaManager.cpp
|
||||
alert.cpp
|
||||
''')
|
||||
|
||||
@ -885,6 +885,7 @@ src_frontends_qt4_header_files = Split('''
|
||||
GuiThesaurus.h
|
||||
GuiToc.h
|
||||
GuiToolbar.h
|
||||
GuiToolbars.h
|
||||
GuiURL.h
|
||||
GuiView.h
|
||||
GuiViewSource.h
|
||||
@ -968,6 +969,7 @@ src_frontends_qt4_files = Split('''
|
||||
GuiThesaurus.cpp
|
||||
GuiToc.cpp
|
||||
GuiToolbar.cpp
|
||||
GuiToolbars.cpp
|
||||
GuiURL.cpp
|
||||
GuiView.cpp
|
||||
GuiViewSource.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user