BuildLogViewer/BuildLogViewer.pro
changeset 0 bbe0af256f1b
child 1 8e9c5760ce6f
equal deleted inserted replaced
-1:000000000000 0:bbe0af256f1b
       
     1 # -------------------------------------------------
       
     2 # Project created by QtCreator 2009-08-24T13:56:13
       
     3 # -------------------------------------------------
       
     4 QT += xml
       
     5 TARGET = BuildLogViewer
       
     6 TEMPLATE = app
       
     7 SOURCES += main.cpp \
       
     8     mainwindow.cpp \
       
     9     Document.cpp \
       
    10     DomModel.cpp \
       
    11     DomItem.cpp
       
    12 HEADERS += mainwindow.h \
       
    13     Document.h \
       
    14     DomItem.h \
       
    15     DomModel.h
       
    16 FORMS += mainwindow.ui