Qt在pro文件中加入带空格的路径(使用$$quote关键字)

[cpp] view plain copy
 
 在CODE上查看代码片派生到我的代码片
  1. LIBS += -L$$quote(C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib)  
  2. INCLUDEPATH += $$quote(C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include)  

http://blog.csdn.net/caoshangpa/article/details/53689038

 

posted @ 2017-01-06 00:16  findumars  Views(2489)  Comments(0Edit  收藏  举报