BuildLogViewer/BuildLogViewer.pro
author John Kern <johnk@symbian.org>
Thu, 03 Sep 2009 16:31:30 -0700
changeset 2 6894bf2709c0
parent 1 8e9c5760ce6f
child 3 e6d1a78b6db9
permissions -rwxr-xr-x
add some regex to parse status information.

# -------------------------------------------------
# Project created by QtCreator 2009-08-24T13:56:13
# -------------------------------------------------
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