# ------------------------------------------------- # Project created by QtCreator 2009-06-26T22:16:00 # ------------------------------------------------- QT += network \ xml TARGET = qtobs TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp \ qmakeinfo.cpp \ obsaccess.cpp \ obssettings.cpp \ obsxmlreader.cpp \ userxmlreader.cpp \ obsbuildstatus.cpp \ buildstatxmlreader.cpp \ obsbuildresults.cpp \ projectmetaxmlreader.cpp \ projectresulttreewidget.cpp \ statusmodel.cpp \ statusdelegate.cpp \ projectresultwidget.cpp HEADERS += mainwindow.h \ qmakeinfo.h \ obsaccess.h \ obssettings.h \ userxmlreader.h \ obsxmlreader.h \ obsbuildstatus.h \ buildstatxmlreader.h \ obsbuildresults.h \ projectmetaxmlreader.h \ projectresulttreewidget.h \ statusmodel.h \ statusdelegate.h \ projectresultwidget.h FORMS += mainwindow.ui