controlpanelplugins/themeplugin/themeplugin.pri
changeset 11 10d0dd0e43f1
child 17 4a9568303383
equal deleted inserted replaced
10:0a74be98a8bc 11:10d0dd0e43f1
       
     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:
       
    13 #
       
    14 # Description: cpthemeplugin source files
       
    15 #
       
    16 
       
    17 # Input
       
    18 HEADERS += src/cpthemepreview.h \
       
    19            src/cpthemecontrol.h \
       
    20            src/cpthemeplugin.h \
       
    21            src/cpthemelistview.h \
       
    22            src/cpthemepluginentryitemdata.h
       
    23 
       
    24 SOURCES += src/cpthemepreview.cpp \
       
    25            src/cpthemecontrol.cpp \
       
    26 	   src/cpthemeplugin.cpp \
       
    27            src/cpthemelistview.cpp \
       
    28            src/cpthemepluginentryitemdata.cpp
       
    29 
       
    30 # Remove once this goes into Hb.
       
    31 HEADERS += src/cpthemechanger.h \
       
    32            src/cpthemeclient_p.h \
       
    33            src/cpthemecommon_p.h \
       
    34            src/cpthemechanger_p.h
       
    35 
       
    36 # Remove once this goes into Hb.
       
    37 SOURCES += src/cpthemechanger.cpp \
       
    38            src/cpthemechanger_p.cpp \
       
    39            src/cpthemeclient_p.cpp
       
    40 
       
    41 # Remove once this goes into Hb.
       
    42 win32|mac {
       
    43     HEADERS += src/cpthemeclientqt_p.h
       
    44     SOURCES += src/cpthemeclientqt_p.cpp
       
    45 }
       
    46 
       
    47 # Remove once this goes into Hb.
       
    48 symbian {
       
    49     HEADERS += src/cpthemeclientsymbian_p.h \
       
    50                src/cpthemesymbiancommon_p.h
       
    51     SOURCES += src/cpthemeclientsymbian_p.cpp
       
    52 }