The space either side of the "=" sign may cause issues.I have ever set the env like : env <<"PATH = /home/azhang/env/tool.env" ,
but the result is same. Why?is good andQt Code:
env << "TMPDIR=C:\\MyApp\\temp";To copy to clipboard, switch view to plain text modeis probably not.Qt Code:
env << "TMPDIR = C:\\MyApp\\temp";To copy to clipboard, switch view to plain text mode
Bookmarks