Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 如何用mingw-64重建qwt_C++_Qt_Mingw_Mingw32_Qwt - Fatal编程技术网

C++ 如何用mingw-64重建qwt

C++ 如何用mingw-64重建qwt,c++,qt,mingw,mingw32,qwt,C++,Qt,Mingw,Mingw32,Qwt,我有一个用mingw32编译的32位程序,该程序使用的是用mingw32构建的qwt,它运行良好。当我尝试使用mingw-64编译它时,我收到以下错误: :-1: skipping incompatible C:/Qwt-6.1.2/lib\libqwtd.a when searching for -lqwtd :-1: cannot find -lqwtd 如果我理解正确,我应该用64位编译器重建qwt,但我不知道怎么做。用qt附带的mingw32命令行构建它很容易,但mingw64没有这

我有一个用mingw32编译的32位程序,该程序使用的是用mingw32构建的qwt,它运行良好。当我尝试使用mingw-64编译它时,我收到以下错误:

:-1: skipping incompatible C:/Qwt-6.1.2/lib\libqwtd.a when searching for -lqwtd
:-1:  cannot find -lqwtd
如果我理解正确,我应该用64位编译器重建qwt,但我不知道怎么做。用qt附带的mingw32命令行构建它很容易,但mingw64没有这样的东西。
那么我怎样才能让它工作呢?哦,顺便说一句,我通过安装Qt64 NG获得了mingw64编译器是的,我速度很慢。。。我刚刚在QtCreator中打开了qwt的pro文件,并用64位编译器编译了它