camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxestatemachine/unittest_cxestatemachine.pro
branchRCL_3
changeset 54 bac7acad7cb3
parent 53 61bc0f252b2b
child 57 2c87b2808fd7
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
     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 
       
    12 include(../unittest.pri)
       
    13 
       
    14 TARGET = unittest_cxestatemachine
       
    15 
       
    16 LIBS *= -lplatformenv
       
    17 
       
    18 SOURCES *= unittest_cxestatemachine.cpp \
       
    19             cxestatemachineunit.cpp \
       
    20             cxestatemachinebase.cpp \
       
    21             cxestate.cpp
       
    22 
       
    23 HEADERS *= unittest_cxestatemachine.h \
       
    24             cxestatemachineunit.h \
       
    25             cxestatemachinebase.h \
       
    26             cxestate.h \
       
    27             cxeerror.h
       
    28