diff -r 3afe33c1cf06 -r 9ab4067dabec QTfrontend/QTfrontend.pro --- a/QTfrontend/QTfrontend.pro Sun Jan 15 14:14:12 2006 +0000 +++ b/QTfrontend/QTfrontend.pro Sun Jan 15 23:31:34 2006 +0000 @@ -11,5 +11,7 @@ # Input HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h netclient.h +HEADERS += teamselect.h teamselhelper.h FORMS += hwform.ui SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp netclient.cpp +SOURCES += teamselect.cpp teamselhelper.cpp