]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Makefile.am
Move Tocs to the "Other lists" submenu based on a blacklist
[lyx.git] / src / frontends / qt4 / Makefile.am
index fb21eb692eb40eaa5ecde924ece7696991675b0d..299e3c69f2a1db8d7ba412d742658187cb12b2a0 100644 (file)
@@ -61,6 +61,8 @@ SOURCEFILES = \
        CategorizedCombo.cpp \
        ColorCache.cpp \
        CustomizedWidgets.cpp \
+       DialogView.cpp \
+       DockView.cpp \
        EmptyTable.cpp \
        FancyLineEdit.cpp \
        FileDialog.cpp \
@@ -153,13 +155,12 @@ SOURCEFILES = \
        TocModel.cpp \
        TocWidget.cpp \
        Toolbars.cpp \
+       ToolTipFormatter.cpp \
        Validator.cpp 
 
 NOMOCHEADER = \
        ButtonController.h \
        ColorCache.h \
-       DialogView.h \
-       DockView.h \
        FileDialog.h \
        GuiFontExample.h \
        GuiFontLoader.h \
@@ -179,6 +180,8 @@ MOCHEADER = \
        BulletsModule.h \
        CategorizedCombo.h \
        CustomizedWidgets.h \
+       DialogView.h \
+       DockView.h \
        EmptyTable.h \
        FancyLineEdit.h \
        FindAndReplace.h \
@@ -259,6 +262,7 @@ MOCHEADER = \
        PanelStack.h \
        TocModel.h \
        TocWidget.h \
+       ToolTipFormatter.h \
        Validator.h
 
 UIFILES = \
@@ -362,8 +366,8 @@ liblyxqt4.cpp:
 
 if MONOLITHIC_FRONTEND_QT
 
+nodist_liblyxqt4_a_SOURCES += liblyxqt4.cpp
 liblyxqt4_a_SOURCES = \
-       liblyxqt4.cpp \
        $(MOCHEADER) \
        $(NOMOCHEADER)