changeset 25 | 27aa8030322b |
parent 21 | dff476dcaaa3 |
child 28 | 59f7db859b8a |
--- a/QTfrontend/QTfrontend.pro Mon Dec 05 21:46:15 2005 +0000 +++ b/QTfrontend/QTfrontend.pro Tue Dec 06 19:46:40 2005 +0000 @@ -10,6 +10,6 @@ QT += network # Input -HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h +HEADERS += binds.h game.h hwform.h sdlkeys.h team.h rndstr.h sha1.h gamecmds.h FORMS += hwform.ui -SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp +SOURCES += game.cpp main.cpp hwform.cpp team.cpp rndstr.cpp sha1.cpp gamecmds.cpp