Ah, I should always make sure to run tmake each time I switch between ARM and x86 development.
Now my problem is that I\'m not linking against QPE properly:
gcc -o display MainWindow.o main.o moc_MainWindow.o -L/opt/Qtopia/lib -lqpe -lqte
MainWindow.o(.text+0x2b): In function `MainWindow::MainWindow[not-in-charge]()\':
: undefined reference to `QMainWindow::QMainWindow[not-in-charge](QWidget*, char
const*, unsigned)\'
MainWindow.o(.text+0x30): In function `MainWindow::MainWindow[not-in-charge]()\':
: undefined reference to `QString::shared_null\'
etc etc
I can\'t see why. I changed LINK to g++ in the Makefile although that doesn\'t affect the linking as far as QPE is concerned.
Any suggestions gratefully received,
koan