Qt在pro文件中加入带空格的路径(使用$$quote关键字)
时间:2017-01-06 01:19:13
收藏:0
阅读:3116
- LIBS += -L$$quote(C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib)
- INCLUDEPATH += $$quote(C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include)
http://blog.csdn.net/caoshangpa/article/details/53689038
原文:http://www.cnblogs.com/findumars/p/6254574.html
评论(0)