Hello
im trying to compile the examples in qt 4.6
i have installed VS 9 and this is the command line im executing :
D:\Qt\4.6.1\examples\xml\dombookmarks>qmake -tp vc dombookmarks.pro

but im getting does warnings :
WARNING: Unable to generate output for: D:/Qt/4.6.1/examples/xml/dombookmarks//Makefile.Debug [TEMPLATE vcapp]
WARNING: Unable to generate output for: D:/Qt/4.6.1/examples/xml/dombookmarks//Makefile.Release [TEMPLATE vcapp]
and nothing is created in the directory . ( solutions files for visual studio )

but when i doing it in different computer whit the same QT and VS installation , every thing is working
how can i find what im doing wrong ?