I\'m working on a cross-platform Qt application and the paths are different on Mac OS X and Windows. Since the project is on an external hard-drive, the drive letter also occasi
To complete, @Bill's answer, the way to refer to the source path in the Build Settings is to use %{sourceDir}.
%{sourceDir}
%{buildDir} is also available.
%{buildDir}