--- a/BuildLogViewer/BuildLogViewer.pro Thu Sep 03 16:31:30 2009 -0700
+++ b/BuildLogViewer/BuildLogViewer.pro Wed Mar 24 14:05:38 2010 -0700
@@ -1,20 +1,25 @@
-# -------------------------------------------------
-# Project created by QtCreator 2009-08-24T13:56:13
-# -------------------------------------------------
+######################################################################
+# Automatically generated by qmake (2.01a) Tue Sep 8 16:19:23 2009
+######################################################################
+
+TEMPLATE = app
QT += xml
TARGET = BuildLogViewer
-TEMPLATE = app
-SOURCES += main.cpp \
- mainwindow.cpp \
- Document.cpp \
- DomModel.cpp \
- DomItem.cpp \
- AtAGlance.cpp \
- BuildStatus.cpp
-HEADERS += mainwindow.h \
- Document.h \
- DomItem.h \
- DomModel.h \
- AtAGlance.h \
- BuildStatus.h
-FORMS += mainwindow.ui
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+HEADERS += AtAGlance.h \
+ BuildStatus.h \
+ Document.h \
+ DomItem.h \
+ DomModel.h \
+ mainwindow.h
+FORMS += BuildResults.ui mainwindow.ui
+SOURCES += AtAGlance.cpp \
+ BuildStatus.cpp \
+ Document.cpp \
+ DomItem.cpp \
+ DomModel.cpp \
+ main.cpp \
+ mainwindow.cpp