I have code in C++ which needs to work with the Qt translation tools. In Qt Creator I would add
TARGET = translation TRANSLATIONS = tran_ar.ts tran_en.ts tran_la.ts
into the .pro file. The development is being done in VS 2010 (the Gui is working fine so Qt is integrated). So where do I put this information in Visual Studio 2010?