homescreenapp/hsapplicationlauncher/tsrc/t_hsapplicationlauncher/t_hsapplicationlauncher.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     DESTDIR = ./debug
       
    21 } else {
       
    22     DESTDIR = ./release
       
    23 }
       
    24 
       
    25 CONFIG += debug_and_release \
       
    26           console
       
    27 
       
    28 QT += testlib
       
    29 
       
    30 CONFIG(debug, debug|release) {
       
    31     DESTDIR = ./debug
       
    32 } else {
       
    33     DESTDIR = ./release
       
    34 }
       
    35 
       
    36 DEFINES += HOMESCREEN_TEST
       
    37 
       
    38 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    39 
       
    40 DEPENDPATH += .\
       
    41               ./src \
       
    42               ./inc \
       
    43               ../../inc
       
    44 
       
    45 INCLUDEPATH += .\
       
    46                ./inc \
       
    47                ../../inc
       
    48 
       
    49 symbian: {
       
    50     CONFIG += symbian_test    
       
    51     CONFIG -= symbian_i18n
       
    52     SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    53     TARGET.UID3 = 0x20022F6E
       
    54     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    55     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    56     LIBS+= -lssmcmn -lcentralrepository -lcenrepnotifhandler        
       
    57     MMP_RULES += SMPSAFE 
       
    58 }
       
    59 
       
    60 include(t_hsapplicationlauncher.pri)