equal
deleted
inserted
replaced
9 |
9 |
10 QT += network |
10 QT += network |
11 |
11 |
12 # Input |
12 # Input |
13 HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h |
13 HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h |
|
14 HEADERS += teamselect.h teamselhelper.h |
14 FORMS += hwform.ui |
15 FORMS += hwform.ui |
15 SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp |
16 SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp |
|
17 SOURCES += teamselect.cpp teamselhelper.cpp |