I'm trying to translate my language to another arbitary language.
but in my case, i generated project by using vs2013->Qt5 project->Qt Application.
so i don't have ".pro" file or qmake.exe file.
but when i search about the method to use linguist tool, all of them says i have to use .pro file.
Is there any ways to use qt linguist tool without .pro file?
(I tried to make it by using exe file in QT 5.7.0, but it has failed to complie. )
if it is impossible, how can i create ".pro" file in current project?
please share your ideas!