what is phony_target ? I try to compile it with visual studio 2005,
but seem can't find phony_target.exe.
I want to debug tiled 0.8, anyone can help?
Thanks.
Ah, that phony_target is a hack which is somehow necessary in the
translations.pro since qmake normally expects each .pro file to have
some kind of target, but the translations aren't really a "target".
The unfortunate thing is that Qt Creator can pick this up as the
target of its default run configuration. It's annoying, but easy to
fix. You should be able to select some kind of "tiled" run
configuration from the target selector in the bottom left (or open
with Ctrl+T). If not, go into "Projects" mode, then "Run Settings" to
add it there.
I guess at some point I should go through the exact procedure and add
a note about this to the wiki page about contributing.
Best regards,
Bjørn