camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeviewfindercontrolsymbian/unittest_cxeviewfindercontrolsymbian.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_cxeviewfindercontrolsymbian
       
    13 LIBS += -lecamadvsettings
       
    14 LIBS += -lecam
       
    15 LIBS += -lecamsnapshot
       
    16 LIBS += -lecampluginsupport
       
    17 LIBS += -lecamdirectviewfinder
       
    18 LIBS += -lfbscli
       
    19 LIBS += -lbitgdi
       
    20 LIBS += -lcone
       
    21 LIBS += -lalfclient
       
    22 LIBS += -lalfdecoderserverclient
       
    23 
       
    24 DEFINES += CXE_USE_DUMMY_CAMERA
       
    25 DEFINES = $$unique(DEFINES)
       
    26 
       
    27 SOURCES += unittest_cxeviewfindercontrolsymbian.cpp \
       
    28            cxeviewfindercontrolsymbian.cpp \
       
    29            cxestatemachine.cpp \
       
    30            cxestate.cpp \
       
    31            cxestatemachinebase.cpp \
       
    32            cxeerrormappingsymbian.cpp \
       
    33            cxesettingsmappersymbian.cpp \
       
    34            cxedummycamera.cpp \
       
    35            cxecameradevice.cpp \
       
    36            cxefakecameradevice.cpp \
       
    37            cxecameradevicecontrolsymbian.cpp \
       
    38            cxefakecameradevicecontrol.cpp \
       
    39            cxefakecontainer.cpp \
       
    40            cxevideocontainer.cpp
       
    41 HEADERS += unittest_cxeviewfindercontrolsymbian.h \
       
    42            cxeviewfindercontrol.h \
       
    43            cxeviewfindercontrolsymbian.h \
       
    44            cxestatemachine.h \
       
    45            cxestate.h \
       
    46            cxestatemachinebase.h \
       
    47            cxeerrormappingsymbian.h \
       
    48            cxesettingsmappersymbian.h \
       
    49            cxedummycamera.h \
       
    50            cxecameradevice.h \
       
    51            cxefakecameradevice.h \
       
    52            cxecameradevicecontrol.h \
       
    53            cxecameradevicecontrolsymbian.h \
       
    54            cxefakecameradevicecontrol.h \
       
    55            cxefakecontainer.h \
       
    56            cxevideocontainer.h \
       
    57            cxutils.h