homescreenapp/hsdomainmodel/tsrc/t_hsdomainmodel/t_hsdomainmodel.pro
changeset 96 458d8c8d9580
equal deleted inserted replaced
92:6727c5d0afc7 96:458d8c8d9580
       
     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 CONFIG(debug, debug|release) {
       
    20     LIBS += -L./../../../../../bin/debug -lcaclient
       
    21     DESTDIR = debug
       
    22 }
       
    23 else {
       
    24     LIBS += -L./../../../../../bin/release  -lcaclient
       
    25     DESTDIR = release
       
    26 }
       
    27 
       
    28 
       
    29 
       
    30 CONFIG += debug_and_release \
       
    31           console
       
    32 
       
    33 CONFIG += hb mobility
       
    34 MOBILITY = serviceframework
       
    35 
       
    36 HB += hbfeedback
       
    37 
       
    38 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    39 
       
    40 QT += testlib \
       
    41       xml \
       
    42       sql
       
    43 
       
    44 DEFINES += HOMESCREEN_TEST \
       
    45            HSDOMAINMODEL_TEST \
       
    46            HSUTILS_TEST
       
    47 
       
    48 DEPENDPATH += .\
       
    49               ./src \
       
    50               ./inc
       
    51 
       
    52 INCLUDEPATH += .\
       
    53                ./inc \
       
    54                ../../inc \
       
    55                ../../../inc \
       
    56                ../../../hsutils/inc \
       
    57                ../../../hsapplication/inc
       
    58 
       
    59 exists(../../../../../homescreensrv) {
       
    60 INCLUDEPATH += ../../../../../homescreensrv/homescreensrv_plat/contentstorage_api
       
    61 
       
    62 } else {
       
    63 INCLUDEPATH += $${EPOCROOT}sf/mw/homescreensrv/homescreensrv_plat/contentstorage_api
       
    64 }
       
    65 
       
    66 RESOURCES += ../../hsdomainmodel_win.qrc
       
    67 
       
    68 symbian: {
       
    69     CONFIG += symbian_test
       
    70     CONFIG -= hb
       
    71     load(hb.prf)
       
    72     CONFIG -= symbian_i18n
       
    73     TARGET.UID3 = 0x20022F59
       
    74     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    75     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    76     TARGET.EPOCALLOWDLLDATA=1
       
    77 
       
    78     LIBS += -lxqsettingsmanager
       
    79 
       
    80     INCLUDEPATH +=$${EPOCROOT}epoc32/include/connect
       
    81     include(installs_symbian.pri)
       
    82     
       
    83     MMP_RULES += SMPSAFE
       
    84 }
       
    85 
       
    86 include(t_hsdomainmodel.pri)
       
    87 
       
    88 win32:include(installs_win32.pri)
       
    89