controlpanelplugins/langandregplugin/t_languageplugin/t_languageplugin.pro
changeset 42 3487b2ea501a
equal deleted inserted replaced
39:5aa7c7ec6b8e 42:3487b2ea501a
       
     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: tests for Language plugin
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 CONFIG += debug_and_release
       
    20 QT += testlib
       
    21 CONFIG += hb qtestlib
       
    22 CONFIG += symbian_test
       
    23 
       
    24 CONFIG(debug, debug|release) {
       
    25     DESTDIR = ./debug
       
    26 } else {
       
    27     DESTDIR = ./release
       
    28 }
       
    29 
       
    30 symbian: LIBS+=-lcpframework 
       
    31 LIBS += -lstarterclient
       
    32 
       
    33 CONFIG += hb 
       
    34 
       
    35 INCLUDEPATH += ./inc \
       
    36                ../inc                
       
    37 
       
    38 
       
    39 DEPENDPATH += ./inc \
       
    40               ./src \
       
    41               ../inc \
       
    42               ../src 
       
    43 
       
    44 DEFINES += LANGUAGEPLUGIN_TEST 
       
    45 
       
    46 
       
    47 symbian {
       
    48     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    49     INCLUDEPATH += $$MW_LAYER_PLATFORM_EXPORT_PATH(cplogger)
       
    50     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    51     INCLUDEPATH += $$MOC_DIR
       
    52     
       
    53     TARGET.EPOCALLOWDLLDATA = 1
       
    54     TARGET.UID3 = 0x2002BCD6
       
    55     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    56     PLUGIN_SUBDIR = c:/private/2002BCD6
       
    57 }
       
    58 symbian:MMP_RULES += SMPSAFE
       
    59 include( t_languageplugin.pri )
       
    60