homescreenapp/widgetplugins/hsshortcutwidgetplugin/tsrc/t_hsshortcutwidget/t_hsshortcutwidget.pro
changeset 90 3ac3aaebaee5
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
       
     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 QT += testlib sql
       
    20 
       
    21 CONFIG += debug_and_release
       
    22 
       
    23 CONFIG(debug, debug|release) {
       
    24   DESTDIR = debug
       
    25   LIBS += -L../../../../../../bin/debug -lhsutils
       
    26   LIBS += -L../../../../../../bin/debug -lcaclient
       
    27 }
       
    28 else {
       
    29   DESTDIR = release
       
    30   LIBS += -L../../../../../../bin/release -lhsutils
       
    31   LIBS += -L../../../../../../bin/release -lcaclient
       
    32 }
       
    33 
       
    34 CONFIG += hb mobility
       
    35 MOBILITY = serviceframework
       
    36 
       
    37 HB += hbfeedback
       
    38 
       
    39 DEFINES += HOMESCREEN_TEST \
       
    40            HSDOMAINMODEL_TEST
       
    41            
       
    42 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    43 
       
    44 exists(../../../../../../homescreensrv) {
       
    45 INCLUDEPATH += ../../../../../../homescreensrv/homescreensrv_plat/contentstorage_api \
       
    46 }
       
    47 else {
       
    48 INCLUDEPATH += $${EPOCROOT}sf/mw/homescreensrv/homescreensrv_plat/contentstorage_api \
       
    49 }
       
    50 
       
    51 INCLUDEPATH += ./inc \
       
    52                ../../inc \
       
    53                ../../../../inc \
       
    54                ../../../../hsdomainmodel/inc \               
       
    55                ../../../../hsutils/inc  
       
    56 
       
    57 DEPENDPATH += ./inc \
       
    58               ./src \
       
    59               ../../inc \
       
    60               ../../src
       
    61 
       
    62 include(t_hsshortcutwidget.pri)
       
    63 
       
    64 symbian: {
       
    65     CONFIG += symbian_test
       
    66     CONFIG -= hb
       
    67     load(hb.prf)
       
    68     CONFIG -= symbian_i18n
       
    69     TARGET.UID3 = 0x20022F64
       
    70     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    71     
       
    72     MMP_RULES += SMPSAFE
       
    73 }
       
    74 
       
    75 win32:include(t_hsshortcutwidget_installs_win32.pri)