camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxesettingsimp/unittest_cxesettingsimp.pro
changeset 51 ccc0e7e3344f
parent 28 3075d9b614e6
equal deleted inserted replaced
45:24fd82631616 51:ccc0e7e3344f
     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_cxesettingsimp
    14 TARGET = unittest_cxesettingsimp
    15 
    15 
    16 HEADERS *= unittest_cxesettingsimp.h \
    16 HEADERS *= unittest_cxesettingsimp.h \
    17     cxefakesettingsmodel.h \
    17     cxefakesettingsstore.h \
    18     cxesettings.h \
    18     cxesettings.h \
    19     cxesettingsimp.h \
    19     cxesettingsimp.h \
    20     cxutils.h \
    20     cxutils.h \
    21     cxenamespace.h \
    21     cxenamespace.h \
    22     cxeerror.h \
    22     cxeerror.h \
    23     cxesettingsmodel.h
    23     cxescenemodestore.h
    24 
    24 
    25 SOURCES *= unittest_cxesettingsimp.cpp \
    25 SOURCES *= unittest_cxesettingsimp.cpp \
    26     cxesettingsimp.cpp \
    26     cxesettingsimp.cpp \
    27     cxefakesettingsmodel.cpp
    27     cxefakesettingsstore.cpp \
       
    28     cxescenemodestore.cpp
    28 
    29