controlpanelplugins/aboutplugin/t_aboutplugin/t_aboutplugin.pro
changeset 39 5aa7c7ec6b8e
child 41 ab0490982943
equal deleted inserted replaced
37:cb294e641644 39:5aa7c7ec6b8e
       
     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 About plugin
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 CONFIG += debug_and_release
       
    20 
       
    21 QT += testlib
       
    22 
       
    23 symbian {
       
    24      LIBS += -lsysversioninfo \
       
    25             -lsysutil \
       
    26             -lxqutils 
       
    27 }
       
    28 
       
    29 CONFIG(debug, debug|release) {
       
    30     DESTDIR = ./debug
       
    31 } else {
       
    32     DESTDIR = ./release
       
    33 }
       
    34 
       
    35 symbian: LIBS += -lcpframework 
       
    36 CONFIG += hb 
       
    37 
       
    38 INCLUDEPATH += ./inc
       
    39                                
       
    40 
       
    41 
       
    42 DEPENDPATH += ./inc \
       
    43               ./src \
       
    44               ../inc \
       
    45               ../src 
       
    46 
       
    47 DEFINES += ABOUT_TEST 
       
    48 
       
    49 symbian {
       
    50     TARGET.UID3 = 0x2002BCD5
       
    51     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    52 }
       
    53 
       
    54 include(t_aboutplugin.pri)