add progress widget: update Makefiles

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32600 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-12-20 15:04:20 +00:00
parent 0c19763f60
commit 8458a2eac3
2 changed files with 3 additions and 0 deletions

View 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 \

View File

@ -77,6 +77,7 @@ liblyxsupport_a_SOURCES = \
Path.h \
Package.cpp \
Package.h \
ProgressInterface.h \
qstring_helpers.cpp \
qstring_helpers.h \
socktools.cpp \