controlpanelplugins/themeplugin/themeplugin.pri
branchRCL_3
changeset 13 90fe62538f66
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
       
     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:
       
    10 # Description: cpthemeplugin source files
       
    11 # Input
       
    12 HEADERS += src/cpthemecontrol.h \
       
    13     src/cpthemeplugin.h \
       
    14     src/cpthemelistview.h \
       
    15     src/cpthemelistmodel.h \
       
    16     src/cpthemechanger.h \
       
    17     src/cpthemepluginentryitemdata.h \
       
    18     src/cpthemeutil.h \
       
    19     src/cpthemeinfo.h
       
    20 SOURCES += src/cpthemecontrol.cpp \
       
    21     src/cpthemeplugin.cpp \
       
    22     src/cpthemelistview.cpp \
       
    23     src/cpthemelistmodel.cpp \
       
    24     src/cpthemepluginentryitemdata.cpp \
       
    25     src/cpthemechanger.cpp \
       
    26     src/cpthemeutil.cpp \
       
    27     src/cpthemeinfo.cpp