phoneuis/ussdeditor/ussdeditor.pro
changeset 36 2eacb6118286
parent 30 ebdbd102c78a
child 37 ba76fc04e6c2
equal deleted inserted replaced
30:ebdbd102c78a 36:2eacb6118286
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 #
       
    17 #
       
    18 
       
    19 TEMPLATE = app
       
    20 #the application will be "invisible"
       
    21 CONFIG += no_icon
       
    22 
       
    23 TARGET = ussdeditor
       
    24 DEPENDPATH += .
       
    25 HEADERS += $$PUBLIC_HEADERS
       
    26 MOC_DIR = moc
       
    27 
       
    28 CONFIG += hb
       
    29 
       
    30 symbian: {
       
    31 
       
    32 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    33 TARGET.UID3 = 0x10005955
       
    34 
       
    35 INCLUDEPATH += . 
       
    36 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE 
       
    37 INCLUDEPATH += MOC_DIR
       
    38 
       
    39 LIBS += -lphoneclient
       
    40 LIBS += -lflogger
       
    41 
       
    42 SOURCES += src\main.cpp
       
    43 SOURCES += src\ussdeditorquery.cpp
       
    44 SOURCES += src\ussdcomms.cpp 
       
    45 
       
    46 HEADERS += inc\ussdeditorquery.h 
       
    47 HEADERS += inc\ussdcomms.h
       
    48 HEADERS += inc\tflogger.h
       
    49 
       
    50 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    51                              "rom/ussdeditor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(ussdeditor.iby)" \
       
    52                              "rom/ussdeditorresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ussdeditorresources.iby)" \
       
    53                              "rom/ussdeditor_stub.sis /epoc32/data/z/system/install/ussdeditor_stub.sis"
       
    54 
       
    55 #The next line will be opened when the official translations already
       
    56 #TRANSLATIONS = phcltsrvussd.ts
       
    57 }