-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHexGame.pro
132 lines (124 loc) · 3.05 KB
/
HexGame.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#-------------------------------------------------
#
# Project created by QtCreator 2011-07-25T08:37:52
#
#-------------------------------------------------
QT += core gui
#QT += core gui phonon
TARGET = HexGame
TEMPLATE = app
SOURCES += main.cpp\
ball.cpp \
corecontroller.cpp \
rules.cpp \
sixtyonegameboardinfo.cpp \
gamemath.cpp \
basicpainter.cpp \
gesturecontroller.cpp \
effectpainter.cpp \
mainwidget.cpp \
mainmenuitems.cpp \
rotatepuzzlegame.cpp \
mainmenuwidget.cpp \
puzzlemenuitems.cpp \
puzzlemenuwidget.cpp \
stagemenuwidget.cpp \
stagemenuitems.cpp \
puzzlegameinit.cpp \
thirtysevengameboardinfo.cpp \
gamecommonitems.cpp \
gamerecord.cpp \
pixmapoperations.cpp \
classicgamewidget.cpp \
othergameinit.cpp \
resetwidget.cpp \
endlessgamewidget.cpp \
gameoverwidget.cpp \
pausewidget.cpp \
timinggamewidget.cpp \
helpwidget.cpp \
publicgamesounds.cpp \
achievementitem.cpp \
statistic.cpp \
achievements.cpp \
achievementwidget.cpp \
puzzlegamerecord.cpp \
helpmainpartwidget.cpp \
helpwidget2.cpp \
helpitem.cpp \
nextstagewidget.cpp \
twoplayertiminggamewidget.cpp \
singlesound.cpp \
twoplayertiminggamewidget2.cpp \
mainmenuwidget2.cpp \
twoplayermainmenuwidget.cpp
HEADERS += ball.h \
corecontroller.h \
abstractrule.h \
rules.h \
abstractgameboardinfo.h \
sixtyonegameboardinfo.h \
connections.h \
gamemath.h \
basicpainter.h \
gesturecontroller.h \
abstractpixmapwidget.h \
effectpainter.h \
mainwidget.h \
abstractitem.h \
mainmenuitems.h \
rotatepuzzlegame.h \
mainmenuwidget.h \
puzzlemenuitems.h \
puzzlemenuwidget.h \
stagemenuwidget.h \
stagemenuitems.h \
puzzlegameinit.h \
thirtysevengameboardinfo.h \
gamecommonitems.h \
gamerecord.h \
pixmapoperations.h \
classicgamewidget.h \
othergameinit.h \
resetwidget.h \
endlessgamewidget.h \
gameoverwidget.h \
pausewidget.h \
timinggamewidget.h \
helpwidget.h \
publicgamesounds.h \
config.h \
achievementitem.h \
statistic.h \
achievements.h \
achievementwidget.h \
puzzlegamerecord.h \
helpmainpartwidget.h \
helpwidget2.h \
helpitem.h \
nextstagewidget.h \
twoplayertiminggamewidget.h \
singlesound.h \
twoplayertiminggamewidget2.h \
mainmenuwidget2.h \
twoplayermainmenuwidget.h
RESOURCES += \
puzzlegames.qrc \
sounds.qrc \
stageitemsimages.qrc \
puzzlemenuitemsimages.qrc \
mainmenuitemsimages.qrc \
hintimages.qrc \
helpimages.qrc \
gamecommonitemsimages.qrc \
buttonsimages.qrc \
bonusimages.qrc \
ballsimages.qrc \
backgroundsimages.qrc \
achievementimages.qrc
#LIBS += -lgstreamer-0.10
#INCLUDEPATH +=/usr/include/glib-2.0/ \
# /usr/include/glib-2.0/glib/ \
# /usr/include/gstreamer-0.10/ \
# /usr/lib/glib-2.0/include/ \
# /usr/include/libxml2/