AboutForm.ui: About dialog for mines3d v2.
[mines3d.git] / mines3d.pro
blob6a06cad7ca6c41adfc9b06e3d2dc854d61aad67e
1 ######################################################################
2 # Automatically generated by qmake (2.01a) �t 4 5 00:09:28 2011
3 ######################################################################
5 TEMPLATE = app
6 TARGET = mines3d
8 win32 {
9 LIBS += -lmysql -lglut32 -lglu32 -lpthreadGC2
11 unix {
12 LIBS += `mysql_config --libs` -lglut -lGLU
14 CONFIG += opengl debug
16 DEPENDPATH += . \
17 core \
18 exceptions \
19 opengl \
20 sqlconn \
21 threads \
22 ui/console \
23 ui/qt
24 INCLUDEPATH += . \
25 ui/console \
26 ui/qt \
27 exceptions \
28 core \
29 opengl \
30 threads \
31 sqlconn
33 # Input
34 HEADERS += asserts.h \
35 core/board.h \
36 core/field.h \
37 exceptions/AccessForbiddenException.h \
38 exceptions/CAudioException.h \
39 exceptions/GeneralException.h \
40 exceptions/OutOfBoundsException.h \
41 opengl/readtex.h \
42 opengl/runGlutMainLoop.h \
43 opengl/trackball.h \
44 sound/CAudio.h \
45 sqlconn/sql_connector.h \
46 threads/thread_controller.h \
47 sound/test/CAudio.h \
48 ui/console/console.h \
49 ui/qt/AboutForm.h \
50 ui/qt/MainForm.h \
51 ui/qt/qt_gui.h \
52 ui/qt/ScoreRecord.h \
53 ui/qt/ScoresForm.h \
54 ui/qt/SettingsForm.h
55 FORMS += ui/qt/AboutForm.ui \
56 ui/qt/MainForm.ui \
57 ui/qt/ScoresForm.ui \
58 ui/qt/SettingsForm.ui
59 SOURCES += main.cpp \
60 core/board.cpp \
61 core/field.cpp \
62 exceptions/AccessForbiddenException.cpp \
63 exceptions/CAudioException.cpp \
64 exceptions/GeneralException.cpp \
65 exceptions/OutOfBoundsException.cpp \
66 opengl/runGlutMainLoop.cpp \
67 opengl/trackball.cpp \
68 sqlconn/sql_connector.cpp \
69 threads/thread_controller.cpp \
70 ui/console/console.cpp \
71 ui/qt/AboutForm.cpp \
72 ui/qt/MainForm.cpp \
73 ui/qt/qt_gui.cpp \
74 ui/qt/ScoresForm.cpp \
75 ui/qt/SettingsForm.cpp