Added licence info for login & registration dialog source codes
[speedfreak] / Client / UI.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-02-23T14:17:30
3 #
4 # @author     Speed Freak team
5 # @copyright  (c) 2010 Speed Freak team
6 # @license    http://opensource.org/licenses/gpl-license.php GNU Public License
7 # -------------------------------------------------
8
9 QT += network \
10     xml
11 TARGET = UI
12 TEMPLATE = app
13 SOURCES += main.cpp \
14     carmainwindow.cpp \
15     resultdialog.cpp \
16     stringlistmodel.cpp \
17     measuredialog.cpp \
18     calculate.cpp \
19     accelerometer.cpp \
20     loginwindow.cpp \
21     registration.cpp \
22     measures.cpp \
23     xmlwriter.cpp \
24     xmlreader.cpp
25
26 HEADERS += carmainwindow.h \
27     resultdialog.h \
28     stringlistmodel.h \
29     measuredialog.h \
30     accelerometer.h \
31     calculate.h \
32     loginwindow.h \
33     registration.h \
34     measures.h \
35     xmlwriter.h \
36     xmlreader.h
37
38 FORMS += carmainwindow.ui \
39     resultdialog.ui \
40     measuredialog.ui \
41     loginwindow.ui \
42     registration.ui