Unify harmattan detection and move harmattan specific bits to a harmattan scope
[harmattan/cameraplus] / cameraplus.pri
diff --git a/cameraplus.pri b/cameraplus.pri
new file mode 100644 (file)
index 0000000..b6ede31
--- /dev/null
@@ -0,0 +1,5 @@
+contains(MEEGO_EDITION, "harmattan") {
+    message("Building for harmattan")
+    DEFINES += HARMATTAN
+    CONFIG += harmattan
+}