Note when compiling a Qt App on windows
Submitted by amos on Sun, 31/08/2008 - 23:24
- amos's blog
- Login to post comments
This is a reminder to myself, after I've done a make dist-clean on Linux, and have brought the folders to my windows box, I don't need to do
[code]
qmake -project
[/code]
as the project files already exist and this just wipes the necessary settings, instead I just need to do
[code]
qmake
make
[/code]
I wasted 90 minutes trying to puzzle out why my Windows install of Qt wasn't finding opengl and was failing on a QMessageBox::information.
Good news Dave has found the internet, bad news I think his head has melted.
Back to school tomorrow. Cry