在一个qt项目中,如何在windows下添加路径包含空格的pro的include路径
Posted
技术标签:
【中文标题】在一个qt项目中,如何在windows下添加路径包含空格的pro的include路径【英文标题】:In a qt project, how to add include path to pro under windows where the path contains space 【发布时间】:2012-05-23 09:44:16 【问题描述】:我想将此 C:\Program Files\mysql\MySQL Server 5.5\include 添加到我的 .pro 文件中。 我怎样才能做到这一点? 谢谢:)
【问题讨论】:
【参考方案1】:写在双引号之间..
win32
INCLUDEPATH += "C:\Program Files\MySQL\MySQL Server 5.5\include"
...
【讨论】:
以上是关于在一个qt项目中,如何在windows下添加路径包含空格的pro的include路径的主要内容,如果未能解决你的问题,请参考以下文章
qt设置了背景图片在windows下显示正常但是在板上没显示