diff -r 7157b34a24d6 -r 96c3154efee5 QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Thu Oct 05 18:36:04 2006 +0000 +++ b/QTfrontend/hedgewars.pro Thu Oct 05 18:44:14 2006 +0000 @@ -29,7 +29,8 @@ hedgehogerWidget.h \ hwmap.h \ mapContainer.h \ - tcpBase.h + tcpBase.h \ + about.h SOURCES += game.cpp \ main.cpp \ @@ -48,7 +49,8 @@ hedgehogerWidget.cpp \ hwmap.cpp \ mapContainer.cpp \ - tcpBase.cpp + tcpBase.cpp \ + about.cpp TRANSLATIONS += translations/hedgewars_ru.ts