QT pro file: DESTDIR is empty

Viewed 1220

I do not define DESTDIR anywhere.

message($$DESTDIR) 

prints empty string.

Is there a way to know path to the target binary?

1 Answers
Related