BuildLogViewer/BuildLogViewer.pro
author John Kern <johnk@symbian.org>
Wed, 24 Mar 2010 14:05:38 -0700
changeset 3 e6d1a78b6db9
parent 1 8e9c5760ce6f
permissions -rwxr-xr-x
wip - start of an example for my forthcoming presentation

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