Assume nemo if we are not building for harmattan
[harmattan/cameraplus] / cameraplus.pri
1 contains(MEEGO_EDITION, "harmattan") {
2     message("Building for harmattan")
3     DEFINES += HARMATTAN
4     CONFIG += harmattan
5 } else {
6 # TODO: Assume nemo for now
7     message("Building for nemo")
8     DEFINES += NEMO
9     CONFIG += nemo
10 }