homescreenapp/hswidgetuninstaller/tsrc/t_hswidgetuninstaller/t_hswidgetuninstaller.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 CONFIG(debug, debug|release) {
       
    20     LIBS += -L./../../../../../bin/debug -lhsdomainmodel
       
    21     DESTDIR = ./debug
       
    22 } else {
       
    23     LIBS += -L./../../../../../bin/release -lhsdomainmodel
       
    24     DESTDIR = ./release
       
    25 }
       
    26 
       
    27 CONFIG += debug_and_release \
       
    28           console
       
    29 
       
    30 CONFIG += hb
       
    31 
       
    32 QT += testlib \
       
    33       xml \
       
    34       sql
       
    35 
       
    36 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    37 
       
    38 DEFINES += HOMESCREEN_TEST 
       
    39 
       
    40 DEPENDPATH += .\
       
    41               ./src \
       
    42               ../src \
       
    43               ../inc
       
    44 
       
    45 INCLUDEPATH += .\
       
    46                ./inc \
       
    47                ../../inc \
       
    48                ../../../inc \
       
    49                ../../../hsdomainmodel/inc 
       
    50                
       
    51 
       
    52 
       
    53 
       
    54 symbian: {
       
    55     CONFIG += symbian_test
       
    56     CONFIG -= hb
       
    57     load(hb.prf)
       
    58     CONFIG -= symbian_i18n
       
    59     TARGET.UID3 = 0x20022F42
       
    60     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    61     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    62     
       
    63     include(installs_symbian.pri)
       
    64     
       
    65     MMP_RULES += SMPSAFE
       
    66 }
       
    67 
       
    68 include(t_hswidgetuninstaller.pri)
       
    69 
       
    70 win32:include(installs_win32.pri)
       
    71