I had a user post the following on the help forum for my application today:

I am working on building LProf on my Powerbook (OS X 10.4, PPC).
After finally having all prerequisites together, tweaking the darwin/SConscript file, patching some .ui-files (QT 3.3.6 shows the same include-error as 3.3.5) I have the following problem. The build process finishes (with some (minor) warnings) and the targets are built.
When I execute lprof I get a nice program window but I cannot do anything with it. The only thing which works are the OS maximize, minimize and close buttons. I cannot even get focus on the window by clicking on it, nor is it shown in the dock.
Maybe an QT-issue? Any ideas?
The app is working on Linux (perfectly) and Windows (minor porting issues that should be fixed in the next day or two) and I would like it to build and run correctly on a Mac. Does anyone here have any ideas about what might need to be done to get this to work on a Mac? I know not much info to go on but I am hoping that there is something specific to the Mac that needs to be done that may have been over looked since we do not have a Mac person on the development team.