现在我用qt2 designer设计界面 然后添加代码 在x86上模拟成功了 为什么交叉编译不成功呢 提示是库的问题 可我检查应该没问题 谁能帮忙看看
.arm-none-linux-gnueabi-g++: all: No such file or directory
In file included from first.cpp:9:
first.h:12:22: error: qvariant.h: No such file or directory
first.h:13:21: error: qwidget.h: No such file or directory
first.cpp:12:25: error: qpushbutton.h: No such file or directory
first.cpp:13:20: error: qlabel.h: No such file or directory
first.cpp:14:20: error: qframe.h: No such file or directory