hswidgetmodel/tsrc/testwidgetprovider/testwidgetprovider.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     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 = lib
       
    18 CONFIG(debug, debug|release) {
       
    19     LIBS += -L../../../../bin/debug -lhswidgetmodel
       
    20     DESTDIR = debug
       
    21 }
       
    22 else {
       
    23     LIBS += -L../../../../bin/release -lhswidgetmodel
       
    24     DESTDIR = release
       
    25 }
       
    26 
       
    27 CONFIG += debug_and_release plugin
       
    28 
       
    29 CONFIG += hb
       
    30 
       
    31 DEPENDPATH += ./inc \
       
    32               ./src
       
    33 INCLUDEPATH += ./inc \
       
    34                ../../inc \
       
    35                ../../../homescreensrv_plat/hswidgetmodel_api \
       
    36                ../t_hswidgetmodelexe/inc \
       
    37                ../../../../misc
       
    38 
       
    39 
       
    40 symbian: {
       
    41 
       
    42 CONFIG += symbian_test
       
    43 
       
    44 TARGET.UID3 = 0x20022F53
       
    45 TARGET.EPOCALLOWDLLDATA=1
       
    46 TARGET.CAPABILITY = ALL -TCB
       
    47 
       
    48 export.sources = resource/*.manifest
       
    49 export.path = /hsresources/testresources/plugins/widgetproviders
       
    50 pluginstub.sources = testwidgetprovider.dll
       
    51 pluginstub.path = /hsresources/testresources/plugins/widgetproviders
       
    52 DEPLOYMENT += export pluginstub
       
    53 }
       
    54 
       
    55 include(testwidgetprovider.pri)
       
    56 
       
    57 win32:include(testwidgetprovider_installs_win32.pri)