BuildLogViewer/BuildLogViewer.pro
author John Kern <johnk@symbian.org>
Thu, 12 Aug 2010 18:48:24 -0700
changeset 27 afa910b5ae81
parent 3 e6d1a78b6db9
permissions -rwxr-xr-x
ok I did say to use QDesktopServices but treating contacts.csv is simpler

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