前提:我用mingw编译的qwt。 
将qwt插件集成到qt designer很容易,只要把qwt编译的qwt_designer_plugin.dll拷贝到C:\Qt\Qt5.3.1\5.3\mingw482_32\plugins\designer下面即可,安装路径因人而异。但如果想要在qt creator中的designer集成qwt插件的话就没那么容易了,拷贝了qwt_designer_plugin.dll到C:\Qt\Qt5.3.1\Tools\QtCreator\bin\plugins\designer下面是不行的,网上有几种解释:

  1. qt、qt creator、qwt对应的版本要正确。
  2. 打开qt creator的关于可以看到: 
    qt creator中使用qwt插件

即qt creator是用msvc编译的,而qwt是用mingw编译的,所以原因就是两者不识别导致的。所以可以用mingw编译一下qt creator或者用msvc编译qwt,按理两种应该都可以,暂时没时间测试,等有时间再来弄。先写下来。

源博客地址:http://blog.csdn.net/llq108/article/details/46682259

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
猜你喜欢
  • 2021-04-06
  • 2021-04-15
  • 2021-08-25
  • 2021-10-10
  • 2021-07-16
相关资源
相似解决方案