camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxefeaturemanagerimp/unittest_cxefeaturemanagerimp.pro
changeset 52 7e18d488ac5f
parent 46 c826656d6714
child 55 0da2a5b56583
equal deleted inserted replaced
46:c826656d6714 52:7e18d488ac5f
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of "Eclipse Public License v1.0"
     4 # under the terms of "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 include(../unittest.pri)
    12 include(../unittest.pri)
    13 
    13 
    14 TARGET = unittest_cxefeaturemanagerimp
    14 TARGET = unittest_cxefeaturemanagerimp
    15 
    15 
    16 SOURCES *= unittest_cxefeaturemanagerimp.cpp \
    16 SOURCES *= unittest_cxefeaturemanagerimp.cpp \
    17            cxefeaturemanagerimp.cpp
    17            cxefeaturemanagerimp.cpp \
       
    18            cxesettingsmappersymbian.cpp \
       
    19            cxesettingsimp.cpp \
       
    20            cxefakesettings.cpp
    18 HEADERS *= unittest_cxefeaturemanagerimp.h \
    21 HEADERS *= unittest_cxefeaturemanagerimp.h \
    19            cxefeaturemanagerimp.h \
    22            cxefeaturemanagerimp.h \
    20            cxeerror.h \
    23            cxeerror.h \
    21            cxenamespace.h
    24            cxenamespace.h \
       
    25            cxesettingsmappersymbian.h \
       
    26            cxesettings.h \
       
    27            cxesettingsimp.h \
       
    28            cxefakesettings.h