arm-linux-g++ -o unnamed .obj/main.o .obj/ccccc.o .obj/moc_ccccc.o -luuid -L/opt/mini6410/qtopia-free-2.2.0/qtopia/lib -L/opt/mini6410/qtopia-free-2.2.0/qt2/lib -lqte
.obj/main.o: In function `main':
main.cpp:(.text+0x3c): undefined reference to `Form1::Form1(QWidget*, char const*, bool, unsigned int)'
main.cpp:(.text+0x6c): undefined reference to `Form1::~Form1()'
collect2: ld returned 1 exit status
make: *** [unnamed] Error 1
其中未定义的部分在头文件已经包含进来了。现在的问题是一直说找不到那个库(是包含的那个头文件的库)。makefile里面的路径也是设置正确的。