Added result dialog.
[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     resultdialog.cpp
14 HEADERS += mainwindow.h \
15     creditsdialog.h \
16     routedialog.h \
17     routesavedialog.h \
18     welcomedialog.h \
19     usersettings.h \
20     resultdialog.h
21 FORMS += mainwindow.ui \
22     creditsdialog.ui \
23     routedialog.ui \
24     routesavedialog.ui \
25     welcomedialog.ui \
26     resultdialog.ui
27 RESOURCES += graphics.qrc