红联Linux门户
Linux帮助

Linux下编译软件提示缺少qt库的解决方法

发布时间:2007-03-23 11:18:38来源:红联作者:beautiful
  linux下图形界面很多是基于Qt的,

  因此会经常遇到下面的错误.

  configure: error: Qt (>= Qt 3.2) (headers and libraries) not found

  在编译的时候加上,下面的参数就可以了.

  ./configure --with-qt-dir=/usr/lib/qt-3.3 --with-qt-includes=/usr/lib/qt-3.3/include

  其中qt-3.3为当前qt的版本号.
文章评论

共有 0 条评论