Hi, with Qt5 I can do like this: $$shell_path( $$absolute_path( $${OUT_PWD}/../../executable ) ) but in Qt4 there is no shell_path() and absolute_path() functions. So my question is it possible to do something similar with Qt4? Thank you.