homescreenapp/widgetplugins/hsclockwidgetplugin/tsrc/t_hsclockwidgetplugin/t_hsclockwidgetplugin.pro
changeset 96 458d8c8d9580
child 98 e6f74eb7f69f
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_and_release
       
    20 
       
    21 QT += testlib
       
    22 QT += sql 
       
    23 
       
    24 CONFIG(debug, debug|release) {
       
    25     DESTDIR = ./debug
       
    26 	} else {
       
    27     DESTDIR = ./release
       
    28 	}
       
    29 
       
    30 CONFIG += hb
       
    31 
       
    32 HB += hbfeedback
       
    33 
       
    34 DEFINES += HOMESCREEN_TEST \
       
    35            HSDOMAINMODEL_TEST
       
    36 
       
    37 
       
    38 coverage: {
       
    39     DEFINES += COVERAGE_MEASUREMENT
       
    40 }
       
    41 
       
    42 INCLUDEPATH += ./inc \
       
    43                ../../inc \
       
    44                ../../../../inc \
       
    45                ../../../../hsdomainmodel/inc
       
    46 
       
    47 DEPENDPATH += ./inc \
       
    48               ./src \
       
    49               ../../inc \
       
    50               ../../src
       
    51 
       
    52 win32:include(t_hsclockwidgetplugin_win.pri)
       
    53 symbian:include(t_hsclockwidgetplugin_symbian.pri)
       
    54 
       
    55 symbian: {
       
    56     CONFIG += symbian_test
       
    57     CONFIG -= hb
       
    58     load(hb.prf)
       
    59     CONFIG -= symbian_i18n
       
    60     TARGET.UID3 = 0x20022F6D
       
    61     TARGET.CAPABILITY = CAP_APPLICATION AllFiles WriteDeviceData ReadDeviceData
       
    62     LIBS += -lbafl -lapgrfx -lcone
       
    63     
       
    64     MMP_RULES += SMPSAFE
       
    65 
       
    66 }
       
    67 
       
    68 RESOURCES = ../../hsclockwidgetplugin.qrc
       
    69 
       
    70 win32:include(installs_win32.pri)
       
    71