Hey,

Try the following:

Qt Code:
  1. TARGET = $$re_escape(x(y)z)
To copy to clipboard, switch view to plain text mode 

re_espace is one of QMAKE's replace functions (http://qt-project.org/doc/qt-5/qmake...reference.html)

Hope this helps.