camerauis/cameraxui/cxui/tsrc/cxuitest.pro
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 #
       
     2 # Copyright (c) 2009-2010 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(../../camerax.pri)
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = cxuitest
       
    21 TARGET.UID3 = 0xE013A865
       
    22 DEPENDPATH += .
       
    23 VPATH += ../src \
       
    24          ../inc
       
    25 INCLUDEPATH += . \
       
    26                ../../cxengine/inc/api \
       
    27                ../../cxengine/inc \
       
    28                ../../cxengine/src/dummyengine \
       
    29                ../inc \
       
    30                ./cxui \
       
    31                ../traces
       
    32 QT += testlib
       
    33 CONFIG += qtestlib hb
       
    34 LIBS += -lcxengine \
       
    35         -lcommonui \
       
    36         -lapmime \
       
    37         -lws32 \
       
    38         -lbitgdi \
       
    39         -lfbscli
       
    40 TARGET.CAPABILITY = ALL -TCB -DRM
       
    41 
       
    42 # Input
       
    43 SOURCES += cxuitest.cpp \
       
    44     cxuiviewmanagertest.cpp \
       
    45     cxuifakeengine.cpp \
       
    46     cxuiautofocusreticule.cpp \
       
    47     cxuiprecaptureview.cpp \
       
    48     cxuivideoprecaptureview.cpp \
       
    49     cxuistillprecaptureview.cpp \
       
    50     cxuipostcaptureview.cpp \
       
    51     cxuicapturekeyhandler.cpp \
       
    52     cxuiviewmanager.cpp \
       
    53     cxuidocumentloader.cpp \
       
    54     cxuisettingbutton.cpp \
       
    55     cxuisettingslider.cpp \
       
    56     cxuisettingradiobuttonlist.cpp \
       
    57     cxuisettingscenemoderadiobuttonlist.cpp \
       
    58     cxuisettingbuttoncontainer.cpp \
       
    59     cxuifakestillcapturecontrol.cpp \
       
    60     cxuifakecameradevicecontrol.cpp \
       
    61     cxuifakeautofocuscontrol.cpp \
       
    62     cxuifakeviewfindercontrol.cpp
       
    63 HEADERS += cxuitest.h \
       
    64     cxuiviewmanagertest.h \
       
    65     cxuifakeengine.h \
       
    66     cxuiautofocusreticule.h \
       
    67     cxuiprecaptureview.h \
       
    68     cxuistillprecaptureview.h \
       
    69     cxuivideoprecaptureview.h \
       
    70     cxuipostcaptureview.h \
       
    71     cxuicapturekeyhandler.h \
       
    72     cxuiviewmanager.h \
       
    73     cxuisettingbutton.h \
       
    74     cxuisettingslider.h \
       
    75     cxuisettingradiobuttonlist.h \
       
    76     cxuisettingscenemoderadiobuttonlist.h \
       
    77     cxuisettingbuttoncontainer.h\
       
    78    	cxuidocumentloader.h \
       
    79     cxuienums.h \
       
    80     cxuifakestillcapturecontrol.h \
       
    81     cxuifakecameradevicecontrol.h \
       
    82     cxuifakeautofocuscontrol.h \
       
    83     cxuifakeviewfindercontrol.h
       
    84 
       
    85 RESOURCES += ../cxui.qrc
       
    86