screengrabber/screengrabber.pro
changeset 15 e11368ed4880
child 17 4f2773374eff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/screengrabber/screengrabber.pro	Mon May 03 12:32:02 2010 +0300
@@ -0,0 +1,69 @@
+#
+# 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: 
+#
+#
+
+
+TEMPLATE = app
+TARGET = ScreenGrabber
+DEPENDPATH += src
+INCLUDEPATH += inc
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+CONFIG += hb
+
+HEADERS += inc/mainview.h \
+					 inc/settingsview.h \
+					 inc/application.h \
+					 inc/notifications.h
+
+SOURCES += main.cpp \
+					 mainview.cpp \
+					 application.cpp \
+					 settingsview.cpp \
+					 notifications.cpp 
+
+symbian: {
+
+		LIBS += -lestor -lws32 -lPlatformEnv -limageconversion  -lapgrfx -lcommonengine  -lfbscli -lgdi -leikcore -lbafl
+
+		HEADERS += inc/sgengine.h \
+   				   inc/enginewrapper.h \
+				   inc/gifanimator.h
+
+		SOURCES += sgengine.cpp \
+				   enginewrapper.cpp \
+				   gifanimator.cpp
+
+		RSS_RULES += "group_name = \"RnD Tools\"";
+
+    TARGET.CAPABILITY = WriteDeviceData SwEvent
+
+    TARGET.UID2 = 0x100039CE
+    TARGET.UID3 = 0x101FB751
+    TARGET.SID = 0x101FB751
+    TARGET.VID = 0x101FB657 // Nokia
+	
+	
+    TARGET.EPOCHEAPSIZE = 0x20000 0x1000000  // Min 128Kb, Max 16Mb
+
+    ICON = ./icons/qgn_menu_screengrabber.svg 
+	
+		BLD_INF_RULES.prj_exports += \
+    "./rom/screengrabber.iby CORE_IBY_EXPORT_PATH(tools,screengrabber.iby)
+
+
+} else {
+    error("Only Symbian supported!")
+}