satui/satapp/satapp.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
--- a/satui/satapp/satapp.pro	Tue Aug 31 15:45:17 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-#
-# 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
-MOC_DIR = moc
-
-CONFIG += hb
-
-ICON = resource/qtg_large_sat.svg
-symbian: {
-    TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
-    TARGET.UID3=0x101f4ce0
-}
-
-# enable this for tracing into a file (log/sat/satui.txt)
-# DEFINES += SAT_DEBUG_TO_FILE
-# LIBS += -lflogger
-
-INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
-    $$MOC_DIR \
-    ../../inc 
-
-LIBS += -lSatClient \
-        -lSatInternalClient \
-        -legul \
-        -lfbscli \
-        -lcentralrepository \
-        -lCenRepNotifHandler \
-        -lCdlEngine \
-        -lmediaclientaudio \
-        -lprofileeng \
-        -lbafl 
-
-HEADERS += inc/satappmainhandler.h \
-           inc/satappserverdispatcher.h \
-           inc/satappmenuprovider.h \
-           inc/satappinputprovider.h \
-           inc/satapptoneprovider.h \
-           inc/satapppopupprovider.h\
-           inc/satappconfirmprovider.h \
-           inc/satappaction.h \
-           inc/satappconstant.h
-
-SOURCES += src/main.cpp \
-           src/satappmainhandler.cpp \
-           src/satappserverdispatcher.cpp \
-           src/satappmenuprovider.cpp \
-           src/satappinputprovider.cpp \
-           src/satapptoneprovider.cpp \
-           src/satapppopupprovider.cpp \
-           src/satappconfirmprovider.cpp \
-           src/satappaction.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" \
-                             "resource/satapp.ts /epoc32/include/platform/qt/translations/satapp.ts"
-                             
-
-RESOURCES += resource/satapp.qrc
-