# ------------------------------------------------- # Project created by QtCreator 2010-02-23T14:17:30 # ------------------------------------------------- QT += network \ xml TARGET = UI TEMPLATE = app SOURCES += main.cpp \ carmainwindow.cpp \ resultdialog.cpp \ stringlistmodel.cpp \ measuredialog.cpp \ calculate.cpp \ accelerometer.cpp \ loginwindow.cpp \ registration.cpp measures.cpp HEADERS += carmainwindow.h \ resultdialog.h \ stringlistmodel.h \ measuredialog.h \ accelerometer.h \ calculate.h \ loginwindow.h \ registration.h measures.h FORMS += carmainwindow.ui \ resultdialog.ui \ measuredialog.ui \ loginwindow.ui \ registration.ui