X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FMakefile.dialogs;h=b96c4719fcbaea28813655e5a18d97866358a2f9;hb=1229a2712d3f4fe1392616a6973e1830cf3124ef;hp=468fc246f6857b8101153e6cc68f7aebad86060c;hpb=1d3fa881d35d208020e5e9f960e1e5c02567b07d;p=lyx.git diff --git a/src/frontends/qt2/Makefile.dialogs b/src/frontends/qt2/Makefile.dialogs index 468fc246f6..b96c4719fc 100644 --- a/src/frontends/qt2/Makefile.dialogs +++ b/src/frontends/qt2/Makefile.dialogs @@ -2,6 +2,7 @@ DIALOGS = \ QAbout \ + QAskForText \ QBibitem \ QBibtex \ QCharacter \ @@ -15,10 +16,12 @@ DIALOGS = \ QIndex \ QLog \ QMinipage \ + QParagraph \ QPreamble \ QPrint \ QRef \ QSearch \ + QShowFile \ QSpellchecker \ QTabularCreate \ QTexinfo \ @@ -56,6 +59,8 @@ DIALOGSOURCES = \ QLog.C QLogDialog.C \ QMinipage.h QMinipageDialog.h \ QMinipage.C QMinipageDialog.C \ + QParagraph.h QParagraphDialog.h \ + QParagraph.C QParagraphDialog.C \ QPreamble.h QPreambleDialog.h \ QPreamble.C QPreambleDialog.C \ QPrint.h QPrintDialog.h \ @@ -64,6 +69,8 @@ DIALOGSOURCES = \ QRef.C QRefDialog.C \ QSearch.h QSearchDialog.h \ QSearch.C QSearchDialog.C \ + QShowFile.h QShowFileDialog.h \ + QShowFile.C QShowFileDialog.C \ QSpellchecker.h QSpellcheckerDialog.h \ QSpellchecker.C QSpellcheckerDialog.C \ QTabularCreate.h QTabularCreateDialog.h \ @@ -94,10 +101,12 @@ MOCDIALOGS = \ QIndexDialog_moc.C \ QLogDialog_moc.C \ QMinipageDialog_moc.C \ + QParagraphDialog_moc.C \ QPreambleDialog_moc.C \ QPrintDialog_moc.C \ QRefDialog_moc.C \ QSearchDialog_moc.C \ + QShowFileDialog_moc.C \ QSpellcheckerDialog_moc.C \ QTabularCreateDialog_moc.C \ QTexinfoDialog_moc.C \ @@ -109,6 +118,8 @@ MOCDIALOGS = \ UIDIALOGS = \ QAboutDialogBase.h \ QAboutDialogBase.C \ + QAskForTextDialog.h \ + QAskForTextDialog.C \ QBibitemDialogBase.h \ QBibitemDialogBase.C \ QBibtexDialogBase.h \ @@ -135,6 +146,8 @@ UIDIALOGS = \ QLogDialogBase.C \ QMinipageDialogBase.h \ QMinipageDialogBase.C \ + QParagraphDialogBase.h \ + QParagraphDialogBase.C \ QPreambleDialogBase.h \ QPreambleDialogBase.C \ QPrintDialogBase.h \ @@ -143,6 +156,8 @@ UIDIALOGS = \ QRefDialogBase.C \ QSearchDialogBase.h \ QSearchDialogBase.C \ + QShowFileDialogBase.h \ + QShowFileDialogBase.C \ QSpellcheckerDialogBase.h \ QSpellcheckerDialogBase.C \ QTabularCreateDialogBase.h \ @@ -160,6 +175,7 @@ UIDIALOGS = \ UIMOCDIALOGS = \ QAboutDialogBase_moc.C \ + QAskForTextDialog_moc.C \ QBibitemDialogBase_moc.C \ QBibtexDialogBase_moc.C \ QCharacterDialogBase_moc.C \ @@ -173,10 +189,12 @@ UIMOCDIALOGS = \ QIndexDialogBase_moc.C \ QLogDialogBase_moc.C \ QMinipageDialogBase_moc.C \ + QParagraphDialogBase_moc.C \ QPreambleDialogBase_moc.C \ QPrintDialogBase_moc.C \ QRefDialogBase_moc.C \ QSearchDialogBase_moc.C \ + QShowFileDialogBase_moc.C \ QSpellcheckerDialogBase_moc.C \ QTabularCreateDialogBase_moc.C \ QTexinfoDialogBase_moc.C \ @@ -184,9 +202,3 @@ UIMOCDIALOGS = \ QTocDialogBase_moc.C \ QURLDialogBase_moc.C \ QVCLogDialogBase_moc.C - - - - - -