[solved] PRO function calls
Hello,
I am developing on 64bit Win7 and am trying to figure out why a
- system(cd $$mydir)
call in my .pro file is not working. I have tried hard coding the path
- system(cd C:/)
changing the cd call to chdir and even trying different combinations of parenthesis and still have issues. Here is my stub:
This setup seems to work fine on Linux (with the appropriate changes to mydir and dir call). Is this a known compatibility issue? I have not found any documented forms of it…
5 replies
I have some code generation scripts that need to run on compilation in another directory, normally I would readjust the way the script executes but this is a part of a much larger project and editing the script may destabilize other coder’s projects. I cannot really make this a ‘one-off’ solution unfortunately.
You must log in to post a reply. Not a member yet? Register here!




