Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 64bit win 商业版中安装了 cmake 2.8.1、QT 4.8.4 和 Visual Studio 2008 c++。在 cmake 中配置和生成后,尝试在 Visual Studio 中运行程序时出现以下错误:
任何帮助,将不胜感激!
您需要将 GStreamer 的包含目录添加到您的项目中 - 使用include_directories() 相应 CMakeLists.txt 中的命令
include_directories()