homescreenapp/hsapplication/hsapplication.pro
branchRCL_3
changeset 82 5f0182e07bfb
equal deleted inserted replaced
79:f00a6757af32 82:5f0182e07bfb
       
     1 #
       
     2 # Copyright (c) 2009 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 TEMPLATE = app
       
    18 
       
    19 include(../common.pri)
       
    20 
       
    21 CONFIG += console
       
    22 
       
    23 #QT += xml
       
    24 
       
    25 CONFIG += hb mobility
       
    26 MOBILITY = serviceframework publishsubscribe
       
    27 
       
    28 fute:DEFINES += FUTE
       
    29 
       
    30 new_short:DEFINES += HSWIDGETORGANIZER_ALGORITHM
       
    31 
       
    32 DEPENDPATH += . \
       
    33               ./inc \
       
    34               ./src
       
    35 
       
    36 INCLUDEPATH += . \
       
    37                ./inc \
       
    38                 ../hsutils/inc \
       
    39                 ../hsdomainmodel/inc
       
    40 
       
    41 TRANSLATIONS = homescreen.ts
       
    42 
       
    43 LIBS += -lhsutils \
       
    44         -lhsdomainmodel \
       
    45 	-lcaclient
       
    46 
       
    47 
       
    48 symbian: {
       
    49     TARGET.UID3 = 0x20022F35
       
    50     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
       
    51     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000 // 128kB - 23MB
       
    52     ICON = resource/qgn_menu_appsgrid.svg
       
    53 
       
    54     LIBS +=  -lapgrfx \
       
    55              -lcone \
       
    56              -lefsrv
       
    57     include(installs_symbian.pri)
       
    58     include(hsapplication_exports_to_rom.pri)    
       
    59 
       
    60     CONFIG += service
       
    61     LIBS +=  -lxqservice -lxqserviceutil -lXQKeyCapture -lxqtelephonyservice
       
    62   
       
    63     SERVICE.FILE = ipc_service_conf.xml
       
    64 }
       
    65 
       
    66 !symbian: {
       
    67     include(installs_win.pri)
       
    68 }
       
    69 
       
    70 include(hsapplication.pri)
       
    71 
       
    72 exportResources(./*.qm, resource/qt/translations)