BuildLogViewer/BuildLogViewer.pro
changeset 1 8e9c5760ce6f
parent 0 bbe0af256f1b
child 3 e6d1a78b6db9
--- a/BuildLogViewer/BuildLogViewer.pro	Fri Aug 28 15:16:29 2009 -0700
+++ b/BuildLogViewer/BuildLogViewer.pro	Wed Sep 02 19:04:26 2009 -0700
@@ -8,9 +8,13 @@
     mainwindow.cpp \
     Document.cpp \
     DomModel.cpp \
-    DomItem.cpp
+    DomItem.cpp \
+    AtAGlance.cpp \
+    BuildStatus.cpp
 HEADERS += mainwindow.h \
     Document.h \
     DomItem.h \
-    DomModel.h
+    DomModel.h \
+    AtAGlance.h \
+    BuildStatus.h
 FORMS += mainwindow.ui