mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
scons_manifest.py: fix SCons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21673 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dba4159cc2
commit
79c85e5e95
@ -661,11 +661,9 @@ src_tex2lyx_extra_files = Split('''
|
|||||||
src_frontends_header_files = Split('''
|
src_frontends_header_files = Split('''
|
||||||
Application.h
|
Application.h
|
||||||
Clipboard.h
|
Clipboard.h
|
||||||
Dialogs.h
|
|
||||||
FileDialog.h
|
FileDialog.h
|
||||||
FontLoader.h
|
FontLoader.h
|
||||||
FontMetrics.h
|
FontMetrics.h
|
||||||
Gui.h
|
|
||||||
KeyModifier.h
|
KeyModifier.h
|
||||||
KeySymbol.h
|
KeySymbol.h
|
||||||
LyXView.h
|
LyXView.h
|
||||||
@ -681,8 +679,6 @@ src_frontends_header_files = Split('''
|
|||||||
|
|
||||||
|
|
||||||
src_frontends_files = Split('''
|
src_frontends_files = Split('''
|
||||||
Application.cpp
|
|
||||||
Dialogs.cpp
|
|
||||||
Painter.cpp
|
Painter.cpp
|
||||||
WorkAreaManager.cpp
|
WorkAreaManager.cpp
|
||||||
''')
|
''')
|
||||||
@ -753,7 +749,6 @@ src_frontends_qt4_header_files = Split('''
|
|||||||
GuiGraphicsUi.h
|
GuiGraphicsUi.h
|
||||||
GuiHyperlink.h
|
GuiHyperlink.h
|
||||||
GuiImage.h
|
GuiImage.h
|
||||||
GuiImplementation.h
|
|
||||||
GuiInclude.h
|
GuiInclude.h
|
||||||
GuiIndex.h
|
GuiIndex.h
|
||||||
GuiKeySymbol.h
|
GuiKeySymbol.h
|
||||||
@ -811,7 +806,6 @@ src_frontends_qt4_files = Split('''
|
|||||||
ButtonController.cpp
|
ButtonController.cpp
|
||||||
ColorCache.cpp
|
ColorCache.cpp
|
||||||
CustomizedWidgets.cpp
|
CustomizedWidgets.cpp
|
||||||
Dialogs.cpp
|
|
||||||
EmptyTable.cpp
|
EmptyTable.cpp
|
||||||
FileDialog.cpp
|
FileDialog.cpp
|
||||||
FloatPlacement.cpp
|
FloatPlacement.cpp
|
||||||
@ -842,7 +836,6 @@ src_frontends_qt4_files = Split('''
|
|||||||
GuiGraphics.cpp
|
GuiGraphics.cpp
|
||||||
GuiHyperlink.cpp
|
GuiHyperlink.cpp
|
||||||
GuiImage.cpp
|
GuiImage.cpp
|
||||||
GuiImplementation.cpp
|
|
||||||
GuiInclude.cpp
|
GuiInclude.cpp
|
||||||
GuiIndex.cpp
|
GuiIndex.cpp
|
||||||
GuiKeySymbol.cpp
|
GuiKeySymbol.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user