BuildLogViewer/BuildLogViewer.pro
changeset 41 b56d7e268634
parent 40 edc0144719a1
child 42 b9716e8867f1
equal deleted inserted replaced
40:edc0144719a1 41:b56d7e268634
     1 ######################################################################
       
     2 # Automatically generated by qmake (2.01a) Tue Sep 8 16:19:23 2009
       
     3 ######################################################################
       
     4 
       
     5 TEMPLATE = app
       
     6 QT += xml
       
     7 TARGET = BuildLogViewer
       
     8 DEPENDPATH += .
       
     9 INCLUDEPATH += .
       
    10 
       
    11 # Input
       
    12 HEADERS += AtAGlance.h \
       
    13            BuildStatus.h \
       
    14            Document.h \
       
    15            DomItem.h \
       
    16            DomModel.h \
       
    17            mainwindow.h
       
    18 FORMS += BuildResults.ui mainwindow.ui
       
    19 SOURCES += AtAGlance.cpp \
       
    20            BuildStatus.cpp \
       
    21            Document.cpp \
       
    22            DomItem.cpp \
       
    23            DomModel.cpp \
       
    24            main.cpp \
       
    25            mainwindow.cpp