Qt Creator target platform
Hi!
I trying to create one project file to build app for several platforms (win, meego, maemo). How to detect meego inside a PRO file? I have try
unix:!symbian {
meego5 { ... }
}
but with no success. Any other ways to do that?


