开始:C:/Qt/2010.02.1/mingw/bin/mingw32-make.exe -w
mingw32-make:输入目录C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot'
C:/Qt/2010.02.1/mingw/bin/mingw32-make -f Makefile.Release all
mingw32-make[1]: Entering directory
C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot'
链接.... \ examples \ bin \ data_plot.exe
c:/qt/2010.02.1/mingw/bin /../ lib / gcc / mingw32 / 4.4.0 /../../../../ mingw32 / bin / ld.exe:找不到-lqwt5
collect2:ld返回1退出状态
mingw32-make [1]:离开目录C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot'
mingw32-make: Leaving directory
C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot'
mingw32-make [1]: * [.... \ examples \ bin \ data_plot.exe]错误1
mingw32-make:* [release-all]错误2
退出代码2。
构建项目data_plot时出错
执行构建步骤'Make'时
出现这种错误的原因可能是什么?
感谢您的任何建议:)
答案 0 :(得分:1)
错误消息表明找不到qwt5库。
检查您的QWT库是否确实被称为qwt5.dll,并且链接器被赋予了查找该库的路径(检查您的文件中是否有行读取LIBS + = -L / path / to / qwt -lqwt5)。专业文件)。