PDA

View Full Version : Integrating dumpcpp in VS build



Jimmy2775
12th October 2007, 17:39
Hi there - according to the Qt docs, it is possible to integrate dumpcpp.exe in to the qmake build system by adding TYPELIBS to the .pro file:

TYPELIBS = $$system(dumpcpp -getfile {00062FFF-0000-0000-C000-000000000046})Is this possible using MSVS? If so, how would I do this? Configuring the VS build is a little bit different than just editing the .pro file.

Thanks in advance,

Jimmy

wysota
14th October 2007, 10:25
You can change the qmake project and then try to generate a VS project out of it using qmake -tp vc.

Jimmy2775
15th October 2007, 17:48
Okay, great. Thanks wysota.