contactwidgethsplugin/contactwidgeths/t_contactwidgeths/t_contactwidgeths.pro
changeset 47 7cbcb2896f0e
child 81 640d30f4fb64
equal deleted inserted replaced
46:efe85016a067 47:7cbcb2896f0e
       
     1 #
       
     2 # Copyright (c) 2010 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 
       
    23 symbian: PLUGIN_SUBDIR = c:/private/2002C355
       
    24 
       
    25 CONFIG(debug, debug|release) {
       
    26     DESTDIR = ./debug
       
    27     LIBS += -L../../../bin/debug -lhswidgetmodel
       
    28 } else {
       
    29     DESTDIR = ./release
       
    30     LIBS += -L../../../bin/release -lhswidgetmodel
       
    31 }
       
    32 
       
    33 DEFINES += CONTACTWIDGET_TEST
       
    34 
       
    35 symbian: LIBS += -lxqservice  -lthumbnailmanagerqt
       
    36 
       
    37 CONFIG += hb mobility
       
    38 MOBILITY = serviceframework contacts
       
    39 
       
    40 INCLUDEPATH += ./inc \
       
    41                ../inc            
       
    42 
       
    43 
       
    44 RESOURCES += ./t_contactwidgeths.qrc
       
    45 
       
    46 DEPENDPATH += ./inc \
       
    47               ./src \
       
    48               ../inc \
       
    49               ../src \
       
    50               ../../inc
       
    51 
       
    52 symbian {
       
    53     TARGET.UID3 = 0x2002C355
       
    54     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    55     TARGET.EPOCHEAPSIZE = 10000 54000000
       
    56 
       
    57     BLD_INF_RULES.prj_exports += \
       
    58         "./resource/test1_avatar.jpg     $$PLUGIN_SUBDIR/test1_avatar.jpg"   \
       
    59         "./resource/background_ok.png    $$PLUGIN_SUBDIR/background_ok.png" \
       
    60         "./resource/test_avatar_1600.bmp $$PLUGIN_SUBDIR/test_avatar_1600.bmp" \
       
    61         "./resource/test_avatar_1600.gif $$PLUGIN_SUBDIR/test_avatar_1600.gif" \
       
    62         "./resource/av_1600_comprlzw.tif $$PLUGIN_SUBDIR/av_1600_comprlzw.tif" \
       
    63         "./resource/av_1600_comprn.tif   $$PLUGIN_SUBDIR/av_1600_comprn.tif" \
       
    64         "./resource/test_avkeys_800x600.jpg $$PLUGIN_SUBDIR/test_avkeys_800x600.jpg" \
       
    65         "./resource/test_avkeys_600x800.jpg $$PLUGIN_SUBDIR/test_avkeys_600x800.jpg" \
       
    66         "./resource/test_avatar_640x480.jpg $$PLUGIN_SUBDIR/test_avatar_640x480.jpg" \
       
    67         "./resource/test_avatar_32x24.jpg $$PLUGIN_SUBDIR/test_avatar_32x24.jpg" \
       
    68         "./resource/test_avatar_type_text.txt $$PLUGIN_SUBDIR/test_avatar_type_text.txt"
       
    69 
       
    70 }
       
    71 
       
    72 include(t_contactwidgeths.pri)