1. 下载qt的embedded源代码
2. ./configure -embedded x86 (后面不用加-qvfb,qvfb需要的是x86的,不是embedded x86)
3. make && make install
执行程序时,先运行qvfb,然后 ./可执行文件 -qws
1. 下载qt的embedded源代码
2. ./configure -embedded x86 (后面不用加-qvfb,qvfb需要的是x86的,不是embedded x86)
3. make && make install
执行程序时,先运行qvfb,然后 ./可执行文件 -qws