Initial commit for Speed Freak app
[speedfreak] / UI / 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 HEADERS += carmainwindow.h \
14     resultdialog.h \
15     stringlistmodel.h \
16     measuredialog.h
17 FORMS += carmainwindow.ui \
18     resultdialog.ui \
19     measuredialog.ui