在一个函数里面
QPicture pic;
出现以下错误.
请问下是何种原因?是不是和support
jpeg有关?好像原来编译的时候没加 -system-jpeg
version qt 2.3.7
/---------------------------------------------------/
似乎找到原因了,因为在qpicture.h里面定义了这么一个宏 QT_NO_PICTURE ,是要在full config下才能通过编译的。在example 里面的 aclock例子似乎也无法编译通过![ 此贴被fish1060在2008-10-17 14:52重新编辑 ]