Added UserSettings class to save login settings.
[speedfreak] / Client / speedfreak.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-03-29T09:21:42
3 # -------------------------------------------------
4 TARGET = speedfreak
5 TEMPLATE = app
6 SOURCES += main.cpp \
7     mainwindow.cpp \
8     creditsdialog.cpp \
9     routedialog.cpp \
10     routesavedialog.cpp \
11     welcomedialog.cpp \
12     usersettings.cpp
13 HEADERS += mainwindow.h \
14     creditsdialog.h \
15     routedialog.h \
16     routesavedialog.h \
17     welcomedialog.h \
18     usersettings.h
19 FORMS += mainwindow.ui \
20     creditsdialog.ui \
21     routedialog.ui \
22     routesavedialog.ui \
23     welcomedialog.ui
24 RESOURCES += graphics.qrc