controlpanel/src/cpframework/cpframework.pri
branchRCL_3
changeset 24 8ee96d21d9bf
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
       
     1 
       
     2 #
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: cpframework source files
       
    16 #
       
    17 
       
    18 HEADERS += src/cpviewlauncher.h \
       
    19            src/cpbasesettingview_p.h \
       
    20            src/cpwatchdog.h \
       
    21            src/cputility.h \
       
    22            src/cpdataformbuttonentryviewitem.h \
       
    23            src/cpdataformlistentryviewitem.h \
       
    24            src/cpsettingformentryitemdata_p.h
       
    25 
       
    26 SOURCES += src/cppluginlauncher.cpp \
       
    27 		       src/cpviewlauncher.cpp \
       
    28 		       src/cppluginloader.cpp \
       
    29 		       src/cpsettingformentryitemdata.cpp \ 
       
    30 		       src/cpdataformbuttonentryviewitem.cpp \
       
    31 		       src/cpdataformlistentryviewitem.cpp \
       
    32 		       src/cpsettingformitemdata.cpp \
       
    33 		       src/cpbasesettingview.cpp \
       
    34 		       src/cpbasesettingview_p.cpp \
       
    35 		       src/cpwatchdog.cpp \
       
    36 		       src/cpitemdatahelper.cpp \
       
    37 		       src/cputility.cpp \
       
    38 		       src/cppluginutility.cpp \
       
    39 		       src/cpsettingformentryitemdata_p.cpp