camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxecameradevicecontrolsymbian/unittest_cxecameradevicecontrolsymbian.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 include(../unittest.pri)
       
    18 
       
    19 TARGET = unittest_cxecameradevicecontrolsymbian
       
    20 
       
    21 LIBS += -lplatformenv
       
    22 LIBS += -lecamadvsettings
       
    23 LIBS += -lecamsnapshot
       
    24 LIBS += -lecam
       
    25 LIBS += -lecampluginsupport
       
    26 LIBS += -lfbscli
       
    27 LIBS += -lbitgdi
       
    28 
       
    29 DEFINES += CXE_USE_DUMMY_CAMERA
       
    30 DEFINES = $$unique(DEFINES)
       
    31 
       
    32 
       
    33 SOURCES += unittest_cxecameradevicecontrolsymbian.cpp \
       
    34            cxecameradevicecontrolsymbian.cpp \
       
    35            cxecameradevicecontrolunit.cpp \
       
    36            cxecameradevice.cpp \
       
    37            cxefakecameradevice.cpp \
       
    38            cxefilenamegeneratorsymbian.cpp \
       
    39            cxeerrormappingsymbian.cpp \
       
    40            cxestatemachine.cpp \
       
    41            cxestate.cpp \
       
    42            cxestatemachinebase.cpp \
       
    43            cxedummycamera.cpp
       
    44 
       
    45 HEADERS += unittest_cxecameradevicecontrolsymbian.h \
       
    46            cxecameradevicecontrolsymbian.h \
       
    47            cxecameradevicecontrolunit.h \
       
    48            cxecameradevicecontrol.h \
       
    49            cxecameradevice.h \
       
    50            cxefakecameradevice.h \
       
    51            cxestatemachine.h \
       
    52            cxestate.h \
       
    53            cxestatemachinebase.h \
       
    54 	   cxefilenamegenerator.h
       
    55 
       
    56 
       
    57 
       
    58