Unify harmattan detection and move harmattan specific bits to a harmattan scope
[harmattan/cameraplus] / cameraplus.pri
1 contains(MEEGO_EDITION, "harmattan") {
2     message("Building for harmattan")
3     DEFINES += HARMATTAN
4     CONFIG += harmattan
5 }