Qt在Mac系统下添加alias到IncludePath中

如果要添加alias到IncludePath中,直接通过右键来创建alias是不可行的。
需要通过命令名来创建。例如:

ln -s /path/to/my/actual/prifile.pri .

猜你喜欢

转载自www.cnblogs.com/vectorli/p/9218277.html