Initial checkin
[opensuse:qtobs.git] / qtobs.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2009-06-26T22:16:00
3 # -------------------------------------------------
4 QT += network \
5     xml
6 TARGET = qtobs
7 TEMPLATE = app
8 SOURCES += main.cpp \
9     mainwindow.cpp \
10     qmakeinfo.cpp \
11     obsaccess.cpp \
12     obssettings.cpp \
13     obsxmlreader.cpp \
14     userxmlreader.cpp \
15     obsbuildstatus.cpp \
16     buildstatxmlreader.cpp \
17     obsbuildresults.cpp \
18     projectmetaxmlreader.cpp \
19     projectresulttreewidget.cpp \
20     statusmodel.cpp \
21     statusdelegate.cpp \
22     projectresultwidget.cpp
23 HEADERS += mainwindow.h \
24     qmakeinfo.h \
25     obsaccess.h \
26     obssettings.h \
27     userxmlreader.h \
28     obsxmlreader.h \
29     obsbuildstatus.h \
30     buildstatxmlreader.h \
31     obsbuildresults.h \
32     projectmetaxmlreader.h \
33     projectresulttreewidget.h \
34     statusmodel.h \
35     statusdelegate.h \
36     projectresultwidget.h
37 FORMS += mainwindow.ui