author | unc0rr |
Tue, 18 Sep 2007 19:52:46 +0000 | |
changeset 600 | f6e5f4e122db |
parent 597 | ec5f057ab268 |
child 612 | 333d095319de |
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 \ |
555 | 41 |
chatwidget.h \ |
579 | 42 |
SDLs.h \ |
43 |
playrecordpage.h \ |
|
597
ec5f057ab268
kdevelop project add, initial weapons scheme button
displacer
parents:
579
diff
changeset
|
44 |
hwconsts.h \ |
ec5f057ab268
kdevelop project add, initial weapons scheme button
displacer
parents:
579
diff
changeset
|
45 |
selectWeapon.h |
297 | 46 |
|
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
47 |
|
543
465e2ec8f05f
- Better randomness of placing hedgehogs on the land
unc0rr
parents:
539
diff
changeset
|
48 |
SOURCES += binds.cpp \ |
539
6a9bf1852bbc
Ability to choose which info is shown above hedgehogs
unc0rr
parents:
461
diff
changeset
|
49 |
game.cpp \ |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
50 |
main.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
51 |
hwform.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
52 |
team.cpp \ |
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
53 |
teamselect.cpp \ |
63 | 54 |
teamselhelper.cpp \ |
55 |
frameTeam.cpp \ |
|
84 | 56 |
vertScrollArea.cpp \ |
85
44d9045b26ff
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents:
84
diff
changeset
|
57 |
gameuiconfig.cpp \ |
44d9045b26ff
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr
parents:
84
diff
changeset
|
58 |
ui_hwform.cpp \ |
87 | 59 |
gamecfgwidget.cpp \ |
93 | 60 |
pages.cpp \ |
132 | 61 |
SquareLabel.cpp \ |
164 | 62 |
hedgehogerWidget.cpp \ |
63 |
hwmap.cpp \ |
|
177 | 64 |
mapContainer.cpp \ |
187 | 65 |
tcpBase.cpp \ |
239 | 66 |
about.cpp \ |
297 | 67 |
proto.cpp \ |
314 | 68 |
fpsedit.cpp \ |
69 |
netserver.cpp \ |
|
420
6cdfc07dceed
netserver and netonnectedclient splited to different files
displacer
parents:
412
diff
changeset
|
70 |
netconnectedclient.cpp \ |
412 | 71 |
newnetclient.cpp \ |
72 |
netudpserver.cpp \ |
|
461 | 73 |
netudpwidget.cpp \ |
555 | 74 |
chatwidget.cpp \ |
579 | 75 |
SDLs.cpp \ |
76 |
playrecordpage.cpp \ |
|
597
ec5f057ab268
kdevelop project add, initial weapons scheme button
displacer
parents:
579
diff
changeset
|
77 |
hwconsts.cpp \ |
ec5f057ab268
kdevelop project add, initial weapons scheme button
displacer
parents:
579
diff
changeset
|
78 |
selectWeapon.cpp |
52
ae2950c5465c
- Rename frontend to hedgewars and compile it to engine directory
unc0rr
parents:
50
diff
changeset
|
79 |
|
442 | 80 |
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
|
81 |
|
63 | 82 |
RESOURCES += hedgewars.qrc |
555 | 83 |
|
84 |
LIBS += libSDL |