PDA

View Full Version : Debug Qt project via Visual Studio



Ali Reza
16th June 2012, 13:21
hi all
how to debug a Qt project in visual studio ???
Regards

Lesiok
16th June 2012, 17:11
With qmake create Visual Studio project :

qmake -tp vc name_of_pro_file.pro
and play with them in Visual Studio.