On 4/7/06, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > 5) unit tests > -have to run from the build tree > -can have a GUI > -no bundles on OS X
FYI, there's no such thing as a non-bundle GUI app on OSX; you have to call gui apps from inside an .app bundle for the app to be able to get a display context. They will start, but they will be windows you can't interact with, and they start in the back of the stack of windows on your desktop, and can't be moved forward. for tests, this *might* be OK, but I would expect problems. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
