摘要: include_directories之后在.cpp文件中include.h文件没有路径补全说明qt没有找到该.h文件 问题解决: 在add_executable里加入那个.cpp文件就可以了 因为cmake在add_executable之前没有把.cpp文件加入自身范围之内 阅读全文
posted @ 2017-06-10 17:21 每天一点积累 阅读(1111) 评论(0) 推荐(0)