QTfrontend/QTfrontend.pro
changeset 28 59f7db859b8a
parent 25 27aa8030322b
child 50 9ab4067dabec
--- 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