Assume nemo if we are not building for harmattan
authorMohammed Sameer <msameer@foolab.org>
Thu, 25 Jul 2013 21:36:52 +0000 (00:36 +0300)
committerMohammed Sameer <msameer@foolab.org>
Thu, 25 Jul 2013 21:36:52 +0000 (00:36 +0300)
cameraplus.pri

index b6ede31..58ac6fb 100644 (file)
@@ -2,4 +2,9 @@ contains(MEEGO_EDITION, "harmattan") {
     message("Building for harmattan")
     DEFINES += HARMATTAN
     CONFIG += harmattan
+} else {
+# TODO: Assume nemo for now
+    message("Building for nemo")
+    DEFINES += NEMO
+    CONFIG += nemo
 }