camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxestillimagesymbian/unittest_cxestillimagesymbian.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 include(../unittest.pri)
       
    12 TARGET = unittest_cxestillimagesymbian
       
    13 LIBS += -lplatformenv
       
    14 LIBS += -lsysutil
       
    15 SOURCES += unittest_cxestillimagesymbian.cpp \
       
    16     cxeimagedataitemsymbian.cpp \
       
    17     cxestatemachine.cpp \
       
    18     cxestatemachinebase.cpp \
       
    19     cxestate.cpp \
       
    20     cxeerrormappingsymbian.cpp \
       
    21     cxestillimagesymbian.cpp \
       
    22     cxesysutil.cpp
       
    23 HEADERS += unittest_cxestillimagesymbian.h \
       
    24     cxestillimagesymbian.h \
       
    25     cxeimagedataitemsymbian.h \
       
    26     cxeimagedataitem.h \
       
    27     cxestatemachine.h \
       
    28     cxestatemachinebase.h \
       
    29     cxestate.h \
       
    30     cxeerrormappingsymbian.h \
       
    31     cxutils.h \
       
    32     cxesysutil.h
       
    33