equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = hedgewars |
|
3 DEPENDPATH += . |
|
4 INCLUDEPATH += . |
|
5 DESTDIR = ../hedgewars |
|
6 |
|
7 win32 { |
|
8 RC_FILE = ./res/hedgewars.rc |
|
9 } |
|
10 |
|
11 QT += network |
|
12 |
|
13 HEADERS += binds.h \ |
|
14 game.h \ |
|
15 hwform.h \ |
|
16 sdlkeys.h \ |
|
17 team.h \ |
|
18 rndstr.h \ |
|
19 sha1.h \ |
|
20 netclient.h \ |
|
21 teamselect.h \ |
|
22 teamselhelper.h |
|
23 |
|
24 FORMS += hwform.ui |
|
25 |
|
26 SOURCES += game.cpp \ |
|
27 main.cpp \ |
|
28 hwform.cpp \ |
|
29 team.cpp \ |
|
30 rndstr.cpp \ |
|
31 sha1.cpp \ |
|
32 netclient.cpp \ |
|
33 teamselect.cpp \ |
|
34 teamselhelper.cpp |
|
35 |
|
36 TRANSLATIONS += translations/hedgewars_ru.ts |
|
37 |
|
38 RESOURCES += hedgewars.qrc |