Added measures.h and measures.cpp files. Changed resultdialog.h, .cpp and measuredial...
[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
19 HEADERS += carmainwindow.h \
20     resultdialog.h \
21     stringlistmodel.h \
22     measuredialog.h \
23     accelerometer.h \
24     calculate.h \
25     loginwindow.h \
26     registration.h
27     measures.h
28
29 FORMS += carmainwindow.ui \
30     resultdialog.ui \
31     measuredialog.ui \
32     loginwindow.ui \
33     registration.ui