Custom build step is an 'invalid command'
-
Currently working on a qt project I didn't originally write(upgrading from qt4 and migrating from centos to Ubuntu), but I can't get the custom process steps I was told were important for building to work.
The first command:./mgeeBuild.sh Arguments: <blank> Working Directory: %{sourceDir}
The second:
./johnCopyScripts.sh Arguments:v <blank> Working directory: %{sourceDir}
Bear in mind, the 'Invalid Command' notes appeared before I tried re-building the project. Also, this is a fresh build configuration made in QT 5.15.
-
Currently working on a qt project I didn't originally write(upgrading from qt4 and migrating from centos to Ubuntu), but I can't get the custom process steps I was told were important for building to work.
The first command:./mgeeBuild.sh Arguments: <blank> Working Directory: %{sourceDir}
The second:
./johnCopyScripts.sh Arguments:v <blank> Working directory: %{sourceDir}
Bear in mind, the 'Invalid Command' notes appeared before I tried re-building the project. Also, this is a fresh build configuration made in QT 5.15.
@steampunk333
Start with: do those two.sh
script files exist in the appropriate directory? And do they have execute permissions?Bear in mind, the 'Invalid Command' notes appeared before I tried re-building the project.
I don't know if that makes the foregoing irrelevant.
-
Derp. Execute permissions weren't enabled.