added libs and oalist
[mines3d.git] / mines3d.pro
blob5fe60d06bc756ddda942b4937ba66579f416ddc4
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 -lopenal32 -lalut
11 unix {
12 LIBS += `mysql_config --libs` -lglut -lGLU -lopenal -lalut
14 CONFIG += opengl debug
16 DEPENDPATH += . \
17 core \
18 exceptions \
19 opengl \
20 sqlconn \
21 threads \
22 ui/console \
23 ui/qt \
24 sound \
25 sound/libs
26 INCLUDEPATH += . \
27 ui/console \
28 ui/qt \
29 exceptions \
30 core \
31 opengl \
32 threads \
33 sqlconn \
34 sound \
35 sound/include
37 # Input
38 HEADERS += asserts.h \
39 core/board.h \
40 core/field.h \
41 exceptions/AccessForbiddenException.h \
42 exceptions/CAudioException.h \
43 exceptions/GeneralException.h \
44 exceptions/OutOfBoundsException.h \
45 opengl/readtex.h \
46 opengl/runGlutMainLoop.h \
47 opengl/trackball.h \
48 sound/CAudio.h \
49 sqlconn/sql_connector.h \
50 threads/thread_controller.h \
51 ui/console/console.h \
52 ui/qt/AboutForm.h \
53 ui/qt/MainForm.h \
54 ui/qt/qt_gui.h \
55 ui/qt/ScoreRecord.h \
56 ui/qt/ScoresForm.h \
57 ui/qt/SettingsForm.h
58 FORMS += ui/qt/AboutForm.ui \
59 ui/qt/MainForm.ui \
60 ui/qt/ScoresForm.ui \
61 ui/qt/SettingsForm.ui
62 SOURCES += main.cpp \
63 core/board.cpp \
64 core/field.cpp \
65 exceptions/AccessForbiddenException.cpp \
66 exceptions/CAudioException.cpp \
67 exceptions/GeneralException.cpp \
68 exceptions/OutOfBoundsException.cpp \
69 opengl/runGlutMainLoop.cpp \
70 opengl/trackball.cpp \
71 sqlconn/sql_connector.cpp \
72 threads/thread_controller.cpp \
73 ui/console/console.cpp \
74 ui/qt/AboutForm.cpp \
75 ui/qt/MainForm.cpp \
76 ui/qt/qt_gui.cpp \
77 ui/qt/ScoresForm.cpp \
78 ui/qt/SettingsForm.cpp \
79 sound/CAudio.cpp