BuildLogViewer/BuildLogViewer.pro
author John Kern <johnk@symbian.org>
Wed, 12 May 2010 09:44:30 -0700
changeset 17 cad8819de653
parent 3 e6d1a78b6db9
permissions -rwxr-xr-x
adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer

######################################################################
# Automatically generated by qmake (2.01a) Tue Sep 8 16:19:23 2009
######################################################################

TEMPLATE = app
QT += xml
TARGET = BuildLogViewer
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