Display top performer in acceleration 0-100 category. Read and parsing results.xml...
[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     xmlreader.cpp
16 HEADERS += carmainwindow.h \
17     resultdialog.h \
18     stringlistmodel.h \
19     measuredialog.h \
20     accelerometer.h \
21     calculate.h \
22     xmlreader.h
23 FORMS += carmainwindow.ui \
24     resultdialog.ui \
25     measuredialog.ui