mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Fix scons for previous commit (hopefully)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33482 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f345feeced
commit
3f1adf599b
@ -728,7 +728,6 @@ src_frontends_qt4_header_files = Split('''
|
|||||||
GuiErrorList.h
|
GuiErrorList.h
|
||||||
GuiERT.h
|
GuiERT.h
|
||||||
GuiExternal.h
|
GuiExternal.h
|
||||||
GuiFloat.h
|
|
||||||
GuiFontExample.h
|
GuiFontExample.h
|
||||||
GuiFontLoader.h
|
GuiFontLoader.h
|
||||||
GuiGraphics.h
|
GuiGraphics.h
|
||||||
@ -779,7 +778,8 @@ src_frontends_qt4_header_files = Split('''
|
|||||||
GuiWrap.h
|
GuiWrap.h
|
||||||
IconPalette.h
|
IconPalette.h
|
||||||
InsertTableWidget.h
|
InsertTableWidget.h
|
||||||
InsetDialog.h
|
InsetParamsDialog.h
|
||||||
|
InsetParamsWidget.h
|
||||||
LaTeXHighlighter.h
|
LaTeXHighlighter.h
|
||||||
LayoutBox.h
|
LayoutBox.h
|
||||||
LengthCombo.h
|
LengthCombo.h
|
||||||
@ -829,7 +829,6 @@ src_frontends_qt4_files = Split('''
|
|||||||
GuiErrorList.cpp
|
GuiErrorList.cpp
|
||||||
GuiERT.cpp
|
GuiERT.cpp
|
||||||
GuiExternal.cpp
|
GuiExternal.cpp
|
||||||
GuiFloat.cpp
|
|
||||||
GuiFontExample.cpp
|
GuiFontExample.cpp
|
||||||
GuiFontLoader.cpp
|
GuiFontLoader.cpp
|
||||||
GuiFontMetrics.cpp
|
GuiFontMetrics.cpp
|
||||||
@ -880,7 +879,8 @@ src_frontends_qt4_files = Split('''
|
|||||||
GuiWrap.cpp
|
GuiWrap.cpp
|
||||||
IconPalette.cpp
|
IconPalette.cpp
|
||||||
InsertTableWidget.cpp
|
InsertTableWidget.cpp
|
||||||
InsetDialog.cpp
|
InsetParamsDialog.cpp
|
||||||
|
InsetParamsWidget.cpp
|
||||||
LengthCombo.cpp
|
LengthCombo.cpp
|
||||||
LaTeXHighlighter.cpp
|
LaTeXHighlighter.cpp
|
||||||
LayoutBox.cpp
|
LayoutBox.cpp
|
||||||
@ -925,7 +925,6 @@ src_frontends_qt4_ui_files = Split('''
|
|||||||
ExternalUi.ui
|
ExternalUi.ui
|
||||||
FindAndReplaceUi.ui
|
FindAndReplaceUi.ui
|
||||||
FloatPlacementUi.ui
|
FloatPlacementUi.ui
|
||||||
FloatUi.ui
|
|
||||||
FontUi.ui
|
FontUi.ui
|
||||||
GraphicsUi.ui
|
GraphicsUi.ui
|
||||||
HSpaceUi.ui
|
HSpaceUi.ui
|
||||||
@ -934,6 +933,7 @@ src_frontends_qt4_ui_files = Split('''
|
|||||||
IndexUi.ui
|
IndexUi.ui
|
||||||
IndicesUi.ui
|
IndicesUi.ui
|
||||||
InfoUi.ui
|
InfoUi.ui
|
||||||
|
InsetParamsUi.ui
|
||||||
LabelUi.ui
|
LabelUi.ui
|
||||||
LaTeXUi.ui
|
LaTeXUi.ui
|
||||||
LanguageUi.ui
|
LanguageUi.ui
|
||||||
|
Loading…
Reference in New Issue
Block a user