In eqmake4(), the additional arguments to qmake are incorrectly passed to it causing the compilation of qt-creator to fail for example. The qmake_args variable should not be enclosed by quotation marks, otherwise it's treated as one single argument to qmake instead of possibly several. A simple one line fix is attached. Please consider applying. Thanks. Reproducible: Always
Created attachment 211505 [details, diff] fix
fixed Thanks for reporting