]> git.lyx.org Git - features.git/commitdiff
add progress widget: update Makefiles
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 20 Dec 2009 15:04:20 +0000 (15:04 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 20 Dec 2009 15:04:20 +0000 (15:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32600 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Makefile.am
src/support/Makefile.am

index 0a5a384f7bab28151541d5ddb593e5dbd08d5807..68f091bcb0cbff5109a36ef88512ba5079d89cf9 100644 (file)
@@ -108,6 +108,7 @@ SOURCEFILES = \
        GuiPrint.cpp \
        GuiPrintindex.cpp \
        GuiPrintNomencl.cpp \
+       GuiProgress.cpp \
        GuiRef.cpp \
        GuiSearch.cpp \
        GuiSelection.cpp \
@@ -208,6 +209,7 @@ MOCHEADER = \
        GuiPrint.h \
        GuiPrintindex.h \
        GuiPrintNomencl.h \
+       GuiProgress.h \
        GuiRef.h \
        GuiSearch.h \
        GuiSelection.h \
index 331f10ebc2971d3bd1ac682928dc6bda649a043f..1b84850bab9a0996a6a54fac26d4de98bf4549e9 100644 (file)
@@ -77,6 +77,7 @@ liblyxsupport_a_SOURCES = \
        Path.h \
        Package.cpp \
        Package.h \
+       ProgressInterface.h \
        qstring_helpers.cpp \
        qstring_helpers.h \
        socktools.cpp \