equal
deleted
inserted
replaced
36 netserver.h \ |
36 netserver.h \ |
37 netconnectedclient.h \ |
37 netconnectedclient.h \ |
38 newnetclient.h \ |
38 newnetclient.h \ |
39 netudpserver.h \ |
39 netudpserver.h \ |
40 netudpwidget.h \ |
40 netudpwidget.h \ |
41 chatwidget.h |
41 chatwidget.h \ |
|
42 SDLs.h |
42 |
43 |
43 |
44 |
44 SOURCES += binds.cpp \ |
45 SOURCES += binds.cpp \ |
45 game.cpp \ |
46 game.cpp \ |
46 main.cpp \ |
47 main.cpp \ |
65 netserver.cpp \ |
66 netserver.cpp \ |
66 netconnectedclient.cpp \ |
67 netconnectedclient.cpp \ |
67 newnetclient.cpp \ |
68 newnetclient.cpp \ |
68 netudpserver.cpp \ |
69 netudpserver.cpp \ |
69 netudpwidget.cpp \ |
70 netudpwidget.cpp \ |
70 chatwidget.cpp |
71 chatwidget.cpp \ |
|
72 SDLs.cpp |
71 |
73 |
72 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts |
74 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts |
73 |
75 |
74 RESOURCES += hedgewars.qrc |
76 RESOURCES += hedgewars.qrc |
|
77 |
|
78 LIBS += libSDL |