diff -r 3c627510b84c -r a415f436fe3a QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Wed Jun 25 09:17:36 2008 +0000 +++ b/QTfrontend/hedgewars.pro Wed Jun 25 09:32:46 2008 +0000 @@ -2,7 +2,7 @@ TARGET = hedgewars DEPENDPATH += . INCLUDEPATH += . -DESTDIR = ../bin +DESTDIR = ../bin win32 { RC_FILE = ./res/hedgewars.rc @@ -38,17 +38,16 @@ newnetclient.h \ netudpserver.h \ netudpwidget.h \ - netwwwwidget.h \ - netserverslist.h \ + netwwwwidget.h \ + netserverslist.h \ chatwidget.h \ SDLs.h \ playrecordpage.h \ hwconsts.h \ selectWeapon.h \ itemNum.h \ - input_ip.h - - + input_ip.h + SOURCES += binds.cpp \ game.cpp \ main.cpp \ @@ -75,16 +74,19 @@ newnetclient.cpp \ netudpserver.cpp \ netudpwidget.cpp \ - netwwwwidget.cpp \ - netserverslist.cpp \ + netwwwwidget.cpp \ + netserverslist.cpp \ chatwidget.cpp \ SDLs.cpp \ playrecordpage.cpp \ hwconsts.cpp \ selectWeapon.cpp \ itemNum.cpp \ - input_ip.cpp + input_ip.cpp +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts RESOURCES += hedgewars.qrc