satui/satapp/satapp.pro
changeset 12 ae8abd0db65c
child 15 d7fc66ccd6fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/satui/satapp/satapp.pro	Fri Mar 19 09:40:14 2010 +0200
@@ -0,0 +1,68 @@
+#
+# 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 = satapp
+DEPENDPATH += .
+HEADERS += $$PUBLIC_HEADERS
+
+CONFIG += hb
+
+symbian: {
+    TARGET.CAPABILITY = CAP_GENERAL_DLL
+    TARGET.UID3=0x101f4ce0
+    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
+        ../../inc 
+    LIBS += -lSatClient.dll \
+            -lSatInternalClient.dll \
+            -legul.dll \
+            -lfbscli.dll \
+            -lcentralrepository.dll \
+            -lCenRepNotifHandler.dll \
+            -lCdlEngine.dll \
+            -lFlogger.dll
+
+    HEADERS += inc/msatuiactionimplementer.h \
+               inc/satappcommonconstant.h \
+               inc/tflogger.h \
+               inc/satappmainhandler.h \
+               inc/satappcommandhandler.h \
+               inc/satappeventprovider.h \
+               inc/satappuiprovider.h \
+               inc/satappview.h \
+               inc/satappgetinkeynote.h \
+               inc/csatuiobserver.h \
+               inc/csatuiiconhandler.h \
+
+
+    SOURCES += src/main.cpp \
+               src/satappmainhandler.cpp \
+               src/satappcommandhandler.cpp \
+               src/satappeventprovider.cpp \
+               src/satappuiprovider.cpp \
+               src/satappview.cpp \
+               src/satappgetinkeynote.cpp \
+               src/csatuiobserver.cpp \
+               src/csatuiiconhandler.cpp 
+    
+    BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
+                                 "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis"    
+}
+
+RESOURCES += resource/satapp.qrc
+