Fix compilation in Fremantle
authorLuciano Montanaro <mikelima@cirulla.net>
Mon, 11 Jul 2011 14:28:52 +0000 (16:28 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Tue, 27 Dec 2011 22:16:43 +0000 (23:16 +0100)
application/main.cpp

index 3b7a519..1c8016e 100644 (file)
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
     } else {
         qDebug() << "Translation for locale" << locale << "not found";
     }
-#ifdef TARGE_PLATFORM_FREMANTLE
+#ifdef TARGET_PLATFORM_FREMANTLE
     App theApp;
 #else
     View theView;