javauis/nokiauiapi_qt/build/softnoteplugin/javacaptain_ext_javasoftnoteplugin.pro
changeset 78 71ad690e91f5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/javauis/nokiauiapi_qt/build/softnoteplugin/javacaptain_ext_javasoftnoteplugin.pro	Mon Oct 04 11:29:25 2010 +0300
@@ -0,0 +1,37 @@
+#
+# Copyright (c) 2009 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: 
+#
+
+TEMPLATE=lib
+TARGET=javacaptain_ext_javasoftnoteplugin
+CONFIG += omj stl 
+
+symbian {
+    
+    CONFIG +=hb
+    
+	INCLUDEPATH += ../../softnoteplugin/inc ../../../../inc
+                
+ 	HEADERS += ../../softnoteplugin/inc/javasoftnotehandler.h
+  	SOURCES += ../../softnoteplugin/src.s60/lookup.cpp ../../softnoteplugin/src/javasoftnotehandler.cpp
+    
+    LIBS += -lHbCore
+    LIBS += -ljavastorage
+    LIBS += -llibstdcpp
+    LIBS += -ljavautils
+    LIBS += -lbafl
+}
+    
+include(../../../../build/omj.pri)
\ No newline at end of file