camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxezoomcontrolsymbian/unittest_cxezoomcontrolsymbian.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_cxezoomcontrolsymbian
       
    13 #LIBS += -lplatformenv
       
    14 
       
    15 LIBS += -lecamsnapshot
       
    16 LIBS += -lecamadvsettings
       
    17 LIBS += -lecam
       
    18 LIBS += -lecampluginsupport
       
    19 LIBS += -lfbscli
       
    20 LIBS += -lbitgdi
       
    21 
       
    22 DEFINES += CXE_USE_DUMMY_CAMERA
       
    23 DEFINES = $$unique(DEFINES)
       
    24 
       
    25 
       
    26 SOURCES += unittest_cxezoomcontrolsymbian.cpp \
       
    27     cxezoomcontrolsymbian.cpp \
       
    28     cxestate.cpp \
       
    29     cxestatemachine.cpp \
       
    30     cxestatemachinebase.cpp \
       
    31     cxesettingsmappersymbian.cpp \
       
    32     cxedummycamera.cpp \
       
    33     cxecameradevice.cpp \
       
    34     cxefakecameradevice.cpp \
       
    35     cxefakesettings.cpp \
       
    36     cxefakefeaturemanager.cpp \
       
    37     cxecameradevicecontrolsymbian.cpp \
       
    38     cxefakecameradevicecontrol.cpp \
       
    39     cxeerrormappingsymbian.cpp
       
    40 
       
    41 HEADERS += unittest_cxezoomcontrolsymbian.h \
       
    42     cxezoomcontrolsymbian.h \
       
    43     cxezoomcontrol.h \
       
    44     cxestate.h \
       
    45     cxestatemachine.h \
       
    46     cxestatemachinebase.h \
       
    47     cxeerrormappingsymbian.h \
       
    48     cxesettingsmappersymbian.h \
       
    49     cxedummycamera.h \
       
    50     cxecameradevice.h \
       
    51     cxefakecameradevice.h \
       
    52     cxefeaturemanager.h \
       
    53     cxefakefeaturemanager.h \
       
    54     cxesettings.h \
       
    55     cxefakesettings.h \
       
    56     cxecameradevicecontrol.h \
       
    57     cxecameradevicecontrolsymbian.h \
       
    58     cxefakecameradevicecontrol.h \
       
    59     cxutils.h \
       
    60     cxetestutils.h \
       
    61     cxeerrormappingsymbian.h