controlpanelplugins/themeplugin/tsrc/unit/unittest_cpthemelistmodel/unittest_cpthemelistmodel.pro
branchRCL_3
changeset 14 5f281e37a2f5
parent 13 90fe62538f66
equal deleted inserted replaced
13:90fe62538f66 14:5f281e37a2f5
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0".
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors: XENT-MV
       
    10 # Description: unit tests for the cpthemelistmodel class in the themeplugin.
       
    11 include(../common.pri)
       
    12 TEMPLATE = app
       
    13 TARGET = unittest_cpthemelistmodel
       
    14 DEPENDPATH += .
       
    15 win32::DEPENDPATH += c:/ControlPanel/debug/bin
       
    16 INCLUDEPATH += .
       
    17 INCLUDEPATH += src/
       
    18 INCLUDEPATH += ../../../src
       
    19 LIBS += -lcpframework
       
    20 win32::LIBS += -LC:/ControlPanel/debug/bin
       
    21 symbian::TARGET.UID3 = 0x20031DAD
       
    22 
       
    23 # Input
       
    24 HEADERS += ../../../src/cpthemelistmodel.h
       
    25 HEADERS += ../../../src/cpthemeinfo.h
       
    26 HEADERS += ../../../src/cpthemeutil.h
       
    27 SOURCES += unittest_cpthemelistmodel.cpp
       
    28 SOURCES += ../../../src/cpthemelistmodel.cpp
       
    29 SOURCES += ../../../src/cpthemeinfo.cpp
       
    30 SOURCES += ../../../src/cpthemeutil.cpp