controlpanel/src/cpframework/cpframework.pri
changeset 31 2c9d3aa5bea2
child 32 20bd089f4aaa
equal deleted inserted replaced
2:051d34a3f367 31:2c9d3aa5bea2
       
     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/cpbasepath.h \
       
    19            src/cputility.h \
       
    20            src/cpviewlauncher.h \
       
    21            src/cppluginloader.h \
       
    22            src/cppluginconfig.h \
       
    23            src/cppluginconfigreader.h \
       
    24            src/cpbasesettingview_p.h \
       
    25            src/cpwatchdog.h \
       
    26            src/cpdataformviewitem.h
       
    27            #src/cpitemdatahelper.h
       
    28 
       
    29 SOURCES += src/cputility.cpp \
       
    30            src/cppluginlauncher.cpp \
       
    31 		       src/cpviewlauncher.cpp \
       
    32 		       src/cppluginloader.cpp \
       
    33 		       src/cppluginconfig.cpp \
       
    34 		       src/cppluginconfigreader.cpp \
       
    35 		       src/cpsettingformentryitemdata.cpp \
       
    36 		       src/cpsettingformitemdata.cpp \
       
    37 		       src/cpcategorysettingformmodel.cpp \
       
    38 		       src/cpcategorysettingformitemdata.cpp \
       
    39 		       src/cpbasesettingview.cpp \
       
    40 		       src/cpbasesettingview_p.cpp \
       
    41 		       src/cpwatchdog.cpp \
       
    42 		       src/cpdataformviewitem.cpp \
       
    43 		       src/cpitemdatahelper.cpp