From c2ab6714b149707bc670c2ca2fa0f0c1c65a5213 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Sun, 10 Jul 2011 09:52:28 +0200 Subject: [PATCH] Start of multiplatform reworking --- application/application.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/application/application.pro b/application/application.pro index fb825bd..9fc9de2 100644 --- a/application/application.pro +++ b/application/application.pro @@ -10,6 +10,19 @@ maemo5 { QT += maemo5 } +harmattan { + message(Compiling for the Harmattan platform) +} +maemo5 { + message(Compiling for the Fremantle platform) +} +symbian { + message(Compiling for the Symbian platform) +} +!harmattan:!maemo5:!symbian { + message(Compiling for the Desktop platform) +} + CONFIG += qt webkit mobility MOBILITY = location -- 1.7.9.5