qt windows包括boost thread header失败

时间:2013-12-31 07:26:56

标签: c++ windows qt boost qmake

我想在Windows中的qt应用程序中包含boost,所以:

在我的.pro文件中,我添加:

INCLUDEPATH += D:/library/boost_1_55_0

在main.cpp

#include <boost/thread/mutex.hpp>

构建时,会导致此错误:

Cannot open include file: 'boost/thread/mutex.hpp'

我确信路径是正确的。这很奇怪。

1 个答案:

答案 0 :(得分:1)

问题是您必须明确重新运行qmake。在这里您可以找到相应的长期问题:

Creator should know when to rerun qmake