homescreenapp/hsapplication/hsapplication.pro
changeset 35 f9ce957a272c
child 36 cdae8c6c3876
equal deleted inserted replaced
5:c743ef5928ba 35:f9ce957a272c
       
     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 LIBS += -lhsutils
       
    22 CONFIG += console
       
    23 
       
    24 QT += xml
       
    25 
       
    26 CONFIG += hb mobility
       
    27 MOBILITY = serviceframework
       
    28 
       
    29 fute:DEFINES += FUTE
       
    30 
       
    31 DEPENDPATH += . \
       
    32               ./inc \
       
    33               ./src
       
    34 
       
    35 INCLUDEPATH += . \
       
    36                ./inc \
       
    37                 ../hsutils/inc
       
    38 
       
    39 TRANSLATIONS = homescreen.ts
       
    40 
       
    41 RESOURCES += hsapplication_fallbacktheme.qrc
       
    42 
       
    43 symbian: {
       
    44     TARGET.UID3 = 0x20022F35
       
    45     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
       
    46     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000 // 128kB - 23MB
       
    47     ICON = resource_s60/qgn_menu_appsgrid.svg
       
    48 
       
    49     appkey:DEFINES += S60APP_KEY
       
    50     LIBS += -lefsrv
       
    51     include(installs_symbian.pri)
       
    52 }
       
    53 
       
    54 win32: {
       
    55     include(installs_win.pri)
       
    56 }
       
    57 
       
    58 include(hsapplication.pri)
       
    59 
       
    60 exportResources(./*.qm, resource/qt/translations)