Problem Solved through the instructions below the first step: installing g ++ - multilib, libstdC ++. i386, libgcc.i386, glibc-devel.i386, gcc-C ++ - 32bit
second step: make edite file and configure below config:
cc = add -m32
CFLAGS = add -m32
INCPATH = linux-g++-32
LFALGS = -m32 -w1, -o1
LIBS = i386-linux-gnu
third step:
make softlink of /usr/lib/i386-GNU-linux/libQtCore.so.4.1
libQtGui.....
libQtXmlPattern..
libQtXml.....
in lib ..... so.o then in lib ..... so make clean and compile
source
share