]> git.lyx.org Git - features.git/commitdiff
* do not pass headers without Q_OBJECT through moc
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 7 Feb 2008 13:45:40 +0000 (13:45 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 7 Feb 2008 13:45:40 +0000 (13:45 +0000)
* make sure Resource.* files are cleaned as needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22834 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Makefile.am

index e3df761f0d5547fdb42ade3b7d4c20e80f08ff70..4a054ad3ba9ce9dccadb8a100605383dc402d2bb 100644 (file)
@@ -1,12 +1,11 @@
 include $(top_srcdir)/config/common.am
 
-CLEANFILES += $(UIFILES:%.ui=ui_%.h)
-CLEANFILES += $(MOCEDFILES)
-
 BUILT_SOURCES = $(UIFILES:%.ui=ui_%.h)
 BUILT_SOURCES += $(MOCEDFILES)
 BUILT_SOURCES += Resources.cpp Resources.qrc
 
+CLEANFILES += $(BUILT_SOURCES)
+
 #########################  Qt stuff  #############################
 # Use _() for localization instead of tr() or trUtf8()
 UIC4FLAGS=-tr lyx::qt_
@@ -137,22 +136,27 @@ SOURCEFILES = \
 
 NOMOCHEADER = \
        ButtonController.h \
+       ColorCache.h \
+       DockView.h \
        FileDialog.h \
+       GuiFontExample.h \
        GuiFontLoader.h \
        GuiFontMetrics.h \
+       GuiIdListModel.h \
        GuiImage.h \
+       GuiKeySymbol.h \
        GuiMath.h \
        GuiPainter.h \
        GuiToolbars.h \
+       LaTeXHighlighter.h \
+       qlkey.h \
        qt_helpers.h
 
 MOCHEADER = \
        Action.h \
        BulletsModule.h \
-       ColorCache.h \
        CustomizedWidgets.h \
        DialogView.h \
-       DockView.h \
        EmptyTable.h \
        FloatPlacement.h \
        GuiAbout.h \
@@ -175,13 +179,10 @@ MOCHEADER = \
        GuiERT.h \
        GuiExternal.h \
        GuiFloat.h \
-       GuiFontExample.h \
        GuiGraphics.h \
        GuiHyperlink.h \
-       GuiIdListModel.h \
        GuiInclude.h \
        GuiIndex.h \
-       GuiKeySymbol.h \
        GuiListings.h \
        GuiLog.h \
        GuiMathMatrix.h \
@@ -215,10 +216,8 @@ MOCHEADER = \
        InsertTableWidget.h \
        LengthCombo.h \
        LyXFileDialog.h \
-       LaTeXHighlighter.h \
        Menus.h \
        PanelStack.h \
-       qlkey.h \
        TocModel.h \
        TocWidget.h \
        Validator.h