camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxesnapshotcontrol/unittest_cxesnapshotcontrol.pro
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 # Copyright (c) 2010 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 DEFINES *= CXE_USE_DUMMY_CAMERA
       
    13 
       
    14 include(../unittest.pri)
       
    15 
       
    16 TARGET = unittest_cxesnapshotcontrol
       
    17 
       
    18 LIBS    *= -lecamsnapshot
       
    19 LIBS    *= -lecamadvsettings
       
    20 LIBS    *= -lecam
       
    21 LIBS    *= -lecampluginsupport
       
    22 LIBS    *= -lfbscli
       
    23 LIBS    *= -lbitgdi
       
    24 
       
    25 SOURCES *= unittest_cxesnapshotcontrol.cpp
       
    26 SOURCES *= cxesnapshotcontrol.cpp
       
    27 SOURCES *= cxesnapshotcontrolprivate.cpp
       
    28 SOURCES *= cxedummycamera.cpp
       
    29 SOURCES *= cxecameradevice.cpp
       
    30 SOURCES *= cxefakecameradevice.cpp
       
    31 SOURCES *= cxefakecameradevicecontrol.cpp
       
    32 SOURCES *= cxeerrormappingsymbian.cpp
       
    33 SOURCES *= cxestate.cpp
       
    34 SOURCES *= cxestatemachine.cpp
       
    35 SOURCES *= cxestatemachinebase.cpp
       
    36 
       
    37 HEADERS *= unittest_cxesnapshotcontrol.h
       
    38 HEADERS *= cxesnapshotcontrol.h
       
    39 HEADERS *= cxesnapshotcontrolprivate.h
       
    40 HEADERS *= cxedummycamera.h
       
    41 HEADERS *= cxecameradevice.h
       
    42 HEADERS *= cxefakecameradevice.h
       
    43 HEADERS *= cxecameradevicecontrol.h
       
    44 HEADERS *= cxefakecameradevicecontrol.h
       
    45 HEADERS *= cxeerrormappingsymbian.h
       
    46 HEADERS *= cxestate.h
       
    47 HEADERS *= cxestatemachine.h
       
    48 HEADERS *= cxestatemachinebase.h