controlpanelplugins/aboutplugin/t_aboutplugin/t_aboutplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:29:50 +0300
changeset 39 5aa7c7ec6b8e
child 41 ab0490982943
permissions -rw-r--r--
Revision: 201035 Kit: 201037

#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: tests for About plugin
#

TEMPLATE = app

CONFIG += debug_and_release

QT += testlib

symbian {
     LIBS += -lsysversioninfo \
            -lsysutil \
            -lxqutils 
}

CONFIG(debug, debug|release) {
    DESTDIR = ./debug
} else {
    DESTDIR = ./release
}

symbian: LIBS += -lcpframework 
CONFIG += hb 

INCLUDEPATH += ./inc
                               


DEPENDPATH += ./inc \
              ./src \
              ../inc \
              ../src 

DEFINES += ABOUT_TEST 

symbian {
    TARGET.UID3 = 0x2002BCD5
    TARGET.CAPABILITY = CAP_APPLICATION AllFiles
}

include(t_aboutplugin.pri)