Merge branch 'feature/XMLreader'
[speedfreak] / Client / UI.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-02-23T14:17:30
3 # -------------------------------------------------
4 QT += network \
5     xml
6 TARGET = UI
7 TEMPLATE = app
8 SOURCES += main.cpp \
9     carmainwindow.cpp \
10     resultdialog.cpp \
11     stringlistmodel.cpp \
12     measuredialog.cpp \
13     calculate.cpp \
14     accelerometer.cpp \
15     loginwindow.cpp \
16     registration.cpp \
17     measures.cpp \
18     xmlwriter.cpp \
19     xmlreader.cpp
20
21 HEADERS += carmainwindow.h \
22     resultdialog.h \
23     stringlistmodel.h \
24     measuredialog.h \
25     accelerometer.h \
26     calculate.h \
27     loginwindow.h \
28     registration.h \
29     measures.h \
30     xmlwriter.h \
31     xmlreader.h
32
33 FORMS += carmainwindow.ui \
34     resultdialog.ui \
35     measuredialog.ui \
36     loginwindow.ui \
37     registration.ui