PDA

View Full Version : Qutlook Project - dumpcpp not found



ddonate
5th August 2019, 14:51
I am trying to build Qutlook project (in Qt 5.9.6 examples) using Qt Creator but I get an error with qmake:

'dumpcpp' not recognized...

in this .pro line:

TYPELIBS = $$system(dumpcpp -getfile {00062FFF-0000-0000-C000-000000000046})

But i can see this tool in my Qt'bin' folder

Any idea?

Thanks,
Diego

anda_skoa
5th August 2019, 16:19
That probably means that the Qt "bin" folder is not part of the PATH environment.

Cheers,
_

ddonate
6th August 2019, 08:06
Thanks anda_skoa,

That was the problem!

Regards,
Diego