I've been using QT Creator to make some mex files for use in Matlab. I've been able to compile these files through QT creator by setting the "override /usr/bin/make" and "Make arguments" options.

I'm looking for a way to fill out those fields through a custom wizard, so that other users can take my mex files and update them in QT Creator without having to configure the compilation themselves.

I'm using Qt Creator 3.0.1 on Ubuntu Linux.