Thanks for the input.
Here's the step:

Command is the actual command. In your case the shell script.
OK. This looks like it's set correctly. It's not in red so I'm assuming Qt likes (found) it.
Working directory is the directory where the command is run in. Most likely you want the build dir here: %{buildDir}
OK. Used %{buildDir}. It's in red so I'm not sure Qt likes it. I tried with the full path to the build directory also and still the same issues as before.
Command arguments are any arguments you want to use when running the command.
OK. I have none at the moment just to keep things simple.
Make sure you add the complete path of the command.
OK, did.
Tip: check the compile output pane to see if there are problems when running the script.
OK, here's the error I'm getting:
The process "/usr/bin/make" exited normally.
Could not start process "/Users/me/Documents/Software and Web Development/FMOD Practice/03/03/link_libs.sh"
Error while building project 03 (target: Desktop)
When executing build step 'Custom Process Step'
The process "/usr/bin/make" exited normally.
Could not start process "/Users/me/Documents/Software and Web Development/FMOD Practice/03/03/link_libs.sh"
Error while building project 03 (target: Desktop)
When executing build step 'Custom Process Step'
To copy to clipboard, switch view to plain text mode
I'm not sure why it says "(target: Desktop)".
Bookmarks