BuildLogViewer/BuildLogViewer.pro
author John Kern <johnk@symbian.org>
Wed, 02 Sep 2009 19:04:26 -0700
changeset 1 8e9c5760ce6f
parent 0 bbe0af256f1b
child 3 e6d1a78b6db9
permissions -rwxr-xr-x
working on a status view

# -------------------------------------------------
# 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