author | displacer |
Fri, 23 Feb 2007 13:15:04 +0000 | |
changeset 484 | 3583f6289eee |
parent 461 | 105af110b0e6 |
child 539 | 6a9bf1852bbc |
permissions | -rw-r--r-- |
21 | 1 |
TEMPLATE = app |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
2 |
TARGET = hedgewars |
21 | 3 |
DEPENDPATH += . |
4 |
INCLUDEPATH += . |
|
97
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
93
diff
changeset
|
5 |
DESTDIR = ../bin |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
6 |
|
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
7 |
win32 { |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
8 |
RC_FILE = ./res/hedgewars.rc |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
9 |
} |
21 | 10 |
|
221 | 11 |
QT += network svg |
21 | 12 |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
13 |
HEADERS += binds.h \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
14 |
game.h \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
15 |
hwform.h \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
16 |
sdlkeys.h \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
17 |
team.h \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
18 |
teamselect.h \ |
63 | 19 |
teamselhelper.h \ |
20 |
frameTeam.h \ |
|
84 | 21 |
vertScrollArea.h \ |
85
44d9045b26ff
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents:
84
diff
changeset
|
22 |
gameuiconfig.h \ |
44d9045b26ff
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents:
84
diff
changeset
|
23 |
ui_hwform.h \ |
86
664b536a1c27
Predefined teams, 'simple game' doesn't need to create team
unc0rr
parents:
85
diff
changeset
|
24 |
gamecfgwidget.h \ |
87 | 25 |
predefteams.h \ |
93 | 26 |
pages.h \ |
132 | 27 |
SquareLabel.h \ |
164 | 28 |
hedgehogerWidget.h \ |
29 |
hwmap.h \ |
|
177 | 30 |
mapContainer.h \ |
187 | 31 |
tcpBase.h \ |
208 | 32 |
about.h \ |
239 | 33 |
KB.h \ |
297 | 34 |
proto.h \ |
314 | 35 |
fpsedit.h \ |
36 |
netserver.h \ |
|
420
6cdfc07dceed
netserver and netonnectedclient splited to different files
displacer
parents:
412
diff
changeset
|
37 |
netconnectedclient.h \ |
412 | 38 |
newnetclient.h \ |
39 |
netudpserver.h \ |
|
461 | 40 |
netudpwidget.h \ |
41 |
chatwidget.h |
|
297 | 42 |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
43 |
|
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
44 |
SOURCES += game.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
45 |
main.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
46 |
hwform.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
47 |
team.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
48 |
teamselect.cpp \ |
63 | 49 |
teamselhelper.cpp \ |
50 |
frameTeam.cpp \ |
|
84 | 51 |
vertScrollArea.cpp \ |
85
44d9045b26ff
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents:
84
diff
changeset
|
52 |
gameuiconfig.cpp \ |
44d9045b26ff
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents:
84
diff
changeset
|
53 |
ui_hwform.cpp \ |
87 | 54 |
gamecfgwidget.cpp \ |
93 | 55 |
pages.cpp \ |
132 | 56 |
SquareLabel.cpp \ |
164 | 57 |
hedgehogerWidget.cpp \ |
58 |
hwmap.cpp \ |
|
177 | 59 |
mapContainer.cpp \ |
187 | 60 |
tcpBase.cpp \ |
239 | 61 |
about.cpp \ |
297 | 62 |
proto.cpp \ |
314 | 63 |
fpsedit.cpp \ |
64 |
netserver.cpp \ |
|
420
6cdfc07dceed
netserver and netonnectedclient splited to different files
displacer
parents:
412
diff
changeset
|
65 |
netconnectedclient.cpp \ |
412 | 66 |
newnetclient.cpp \ |
67 |
netudpserver.cpp \ |
|
461 | 68 |
netudpwidget.cpp \ |
69 |
chatwidget.cpp |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
70 |
|
442 | 71 |
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
72 |
|
63 | 73 |
RESOURCES += hedgewars.qrc |