controlpanelplugins/themeplugin/tsrc/unit/unittest_cpthemeutil/unittest_cpthemeutil.pro
branchRCL_3
changeset 13 90fe62538f66
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
       
     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:  XENT-MV
       
    13 #
       
    14 # Description:  unit tests for the cpthemeutil class in the themeplugin.
       
    15 #
       
    16 #
       
    17 
       
    18 include(../common.pri)
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = unittest_cpthemeutil
       
    22 DEPENDPATH += .
       
    23 win32::DEPENDPATH += c:/ControlPanel/debug/bin
       
    24 
       
    25 INCLUDEPATH += . 
       
    26 INCLUDEPATH += src/
       
    27 INCLUDEPATH += ../../../src
       
    28 
       
    29 LIBS += -lcpframework 
       
    30 win32::LIBS += -LC:/ControlPanel/debug/bin
       
    31 
       
    32 symbian::TARGET.UID3=0x20031DAE
       
    33 
       
    34 
       
    35 # Input
       
    36 
       
    37 HEADERS += ../../../src/cpthemeutil.h
       
    38 HEADERS += ../../../src/cpthemeinfo.h
       
    39 SOURCES += unittest_cpthemeutil.cpp
       
    40 SOURCES += ../../../src/cpthemeutil.cpp
       
    41 SOURCES += ../../../src/cpthemeinfo.cpp