BuildLogViewer/BuildLogViewer.pro
author John Kern <johnk@symbian.org>
Fri, 28 Aug 2009 15:16:29 -0700
changeset 0 bbe0af256f1b
child 1 8e9c5760ce6f
permissions -rwxr-xr-x
here is a demo which reads and displays xml.

# -------------------------------------------------
# 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
HEADERS += mainwindow.h \
    Document.h \
    DomItem.h \
    DomModel.h
FORMS += mainwindow.ui