javamanager/javaappscheme/build/javaappscheme.pro
changeset 61 bf7ee68962da
child 67 63b81d807542
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javamanager/javaappscheme/build/javaappscheme.pro	Wed Aug 18 09:43:15 2010 +0300
@@ -0,0 +1,35 @@
+#
+# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: QT Service application the implements support for
+#               starting Java applications using "javaapp:" QUrl
+#
+
+TEMPLATE=app
+TARGET=javaappscheme
+CONFIG += omj no_icon stl service
+CONFIG -= gui
+
+symbian {
+    TARGET.UID3       = 0x200315F0
+    TARGET.CAPABILITY = CAP_APPLICATION
+    LIBS += -lxqservice -lxqserviceutil
+}
+
+SERVICE.FILE = service_conf.xml
+SERVICE.OPTIONS = embeddable
+SERVICE.OPTIONS += hidden
+
+HEADERS=../src.s60/serviceapp.h 
+
+include(../../../build/omj.pri)