Howdy,
How can I set multi-destinations option for Qt project?
I tried to use the following in .pro file but it just execute the first destination only!
DESTDIR += ./installer
DESTDIR += ./bin
↧