]> git.lyx.org Git - features.git/commit
Add #include "xxx_moc.cpp" to xxx.C files, and stop compiling _moc.cpp individually.
authorBo Peng <bpeng@lyx.org>
Wed, 16 Aug 2006 22:10:20 +0000 (22:10 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 16 Aug 2006 22:10:20 +0000 (22:10 +0000)
commit0ba726bb7a5f358455956e8367ce7e54b7ebe8c6
tree6044b599b69f51cd0e0b9b31df68e272cd31266c
parentf8a5da9048a4b54c4237787a1c77dbcf6fda7612
Add #include "xxx_moc.cpp" to xxx.C files, and stop compiling _moc.cpp individually.
* src/frontends/qt3/[all mocable files].C: add #include _moc.cpp at the end.
* development/scons/SConstruct: do not compile _moc files individually.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14714 a592a061-630c-0410-9148-cb99ea01b6c8
58 files changed:
development/scons/SConstruct
src/frontends/qt3/BulletsModule.C
src/frontends/qt3/FileDialog_private.C
src/frontends/qt3/QAboutDialog.C
src/frontends/qt3/QBibitemDialog.C
src/frontends/qt3/QBibtexDialog.C
src/frontends/qt3/QBoxDialog.C
src/frontends/qt3/QBranchDialog.C
src/frontends/qt3/QBrowseBox.C
src/frontends/qt3/QChangesDialog.C
src/frontends/qt3/QCharacterDialog.C
src/frontends/qt3/QCitationDialog.C
src/frontends/qt3/QCommandBuffer.C
src/frontends/qt3/QCommandEdit.C
src/frontends/qt3/QContentPane.C
src/frontends/qt3/QDelimiterDialog.C
src/frontends/qt3/QDialogView.C
src/frontends/qt3/QDocumentDialog.C
src/frontends/qt3/QERTDialog.C
src/frontends/qt3/QErrorListDialog.C
src/frontends/qt3/QExternalDialog.C
src/frontends/qt3/QFloatDialog.C
src/frontends/qt3/QGraphicsDialog.C
src/frontends/qt3/QIncludeDialog.C
src/frontends/qt3/QIndexDialog.C
src/frontends/qt3/QLPopupMenu.C
src/frontends/qt3/QLPrintDialog.C
src/frontends/qt3/QLToolbar.C
src/frontends/qt3/QLogDialog.C
src/frontends/qt3/QMathDialog.C
src/frontends/qt3/QMathMatrixDialog.C
src/frontends/qt3/QNoteDialog.C
src/frontends/qt3/QParagraphDialog.C
src/frontends/qt3/QPrefsDialog.C
src/frontends/qt3/QRefDialog.C
src/frontends/qt3/QSearchDialog.C
src/frontends/qt3/QSendtoDialog.C
src/frontends/qt3/QShowFileDialog.C
src/frontends/qt3/QSpellcheckerDialog.C
src/frontends/qt3/QTabularCreateDialog.C
src/frontends/qt3/QTabularDialog.C
src/frontends/qt3/QTexinfoDialog.C
src/frontends/qt3/QThesaurusDialog.C
src/frontends/qt3/QTocDialog.C
src/frontends/qt3/QURLDialog.C
src/frontends/qt3/QVSpaceDialog.C
src/frontends/qt3/QViewSourceDialog.C
src/frontends/qt3/QWrapDialog.C
src/frontends/qt3/QtView.C
src/frontends/qt3/emptytable.C
src/frontends/qt3/floatplacement.C
src/frontends/qt3/iconpalette.C
src/frontends/qt3/lengthcombo.C
src/frontends/qt3/panelstack.C
src/frontends/qt3/qsetborder.C
src/frontends/qt3/qttableview.C
src/frontends/qt3/socket_callback.C
src/frontends/qt3/validators.C