diff -r c374fe590272 -r 59f7db859b8a QTfrontend/QTfrontend.pro --- a/QTfrontend/QTfrontend.pro Fri Dec 16 20:57:14 2005 +0000 +++ b/QTfrontend/QTfrontend.pro Fri Dec 16 20:59:49 2005 +0000 @@ -10,6 +10,6 @@ QT += network # Input -HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h +HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h FORMS += hwform.ui -SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp +SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp