I was able to understand the structure of the Chrome browser , and now I would like to use the IDE to make some changes for a personal project on the Ubuntu Trusty machine (14.04) .
It has already been compiled, and I just want to use the IDE to make my life easier.
I tried adding chrome to Qt Creator using an option open project, but with no luck.
Could you advise me to achieve this? Some steps would be very helpful. Moreover, could one compile / build chrome from Qt Creator? (avoid entering into the console ninja -C out/Debug chrome chrome_sandbox, and out/Debug/chromeevery time)
If you guys can offer me another IDE you're used to, please direct me and I will change the message header.
// UPDATE 1
I tried to make these configurations for Build / Run as follows:
Build:

Run

I get the following error:
:-1: error: No rule to make target all. "Stop.`
// UPDATE 2:
Error from section Compile output

user4850448
source
share