Merge branch 'feature/instructions'
[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     instructionsdialog.cpp
15 HEADERS += mainwindow.h \
16     creditsdialog.h \
17     routedialog.h \
18     routesavedialog.h \
19     welcomedialog.h \
20     usersettings.h \
21     resultdialog.h \
22     instructionsdialog.h
23 FORMS += mainwindow.ui \
24     creditsdialog.ui \
25     routedialog.ui \
26     routesavedialog.ui \
27     welcomedialog.ui \
28     resultdialog.ui \
29     instructionsdialog.ui
30 RESOURCES += graphics.qrc