diff -r 741e7490d32b -r b4cc7ac9011f QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Sat Dec 15 20:41:13 2007 +0000 +++ b/QTfrontend/hedgewars.pro Sat Dec 15 21:10:43 2007 +0000 @@ -8,7 +8,7 @@ RC_FILE = ./res/hedgewars.rc } -QT += network svg +QT += network svg xml HEADERS += binds.h \ game.h \ @@ -45,7 +45,8 @@ playrecordpage.h \ hwconsts.h \ selectWeapon.h \ - itemNum.h + itemNum.h \ + input_ip.h SOURCES += binds.cpp \ @@ -81,7 +82,8 @@ playrecordpage.cpp \ hwconsts.cpp \ selectWeapon.cpp \ - itemNum.cpp + itemNum.cpp \ + input_ip.cpp TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts