作者:朱金灿
来源: http://blog.csdn.net/clever101
Qt源码工程的默认工程文件是pro文件。VisualStudio的qt助手提供了将pro文件转化为vc工程的功能,具体是qt助手的菜单项:Open Qt Project File(.pro)。今天用它打开一个pro文件,出现三个错误:
[1] - Cannot read D:/DownLoad/???(448A5BACEA6A)/QtitanRibbon/src/shared/platform.pri: The system cannot find the path specified.
[2] - Cannot read D:/DownLoad/???(448A5BACEA6A)/QtitanRibbon/src/ribbon/ribbon.pri: The system cannot find the path specified.
[3] - Cannot read D:/DownLoad/???(448A5BACEA6A)/QtitanRibbon/src/shared/qtitanribbon.pri: The system cannot find the path specified.
看到路径中出现???的符号,我估计是不支持中文路径的问题。我把源码工程放在一个英文路径下就能顺利打开了。这也可能是因为我用的是英文版win7系统的缘故。
来源: http://blog.csdn.net/clever101
Qt源码工程的默认工程文件是pro文件。VisualStudio的qt助手提供了将pro文件转化为vc工程的功能,具体是qt助手的菜单项:Open Qt Project File(.pro)。今天用它打开一个pro文件,出现三个错误:
[1] - Cannot read D:/DownLoad/???(448A5BACEA6A)/QtitanRibbon/src/shared/platform.pri: The system cannot find the path specified.
[2] - Cannot read D:/DownLoad/???(448A5BACEA6A)/QtitanRibbon/src/ribbon/ribbon.pri: The system cannot find the path specified.
[3] - Cannot read D:/DownLoad/???(448A5BACEA6A)/QtitanRibbon/src/shared/qtitanribbon.pri: The system cannot find the path specified.
看到路径中出现???的符号,我估计是不支持中文路径的问题。我把源码工程放在一个英文路径下就能顺利打开了。这也可能是因为我用的是英文版win7系统的缘故。
本文介绍了使用Qt助手将Qt的pro文件转换为Visual Studio工程文件时遇到的路径读取错误,并提供了解决方案——避免使用包含中文字符的路径。
1903

被折叠的 条评论
为什么被折叠?



