camerauis/cameraxui/cxengine/tsrc/unit/unittest.pri
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 !cxeunit_no_system_paths {
       
    18     include(../../../camerax.pri)
       
    19 } else {
       
    20     message( "CameraX common system paths NOT included!" )
       
    21 }
       
    22 
       
    23 # Common setup for unit tests
       
    24 
       
    25 TEMPLATE = app
       
    26 
       
    27 CONFIG += console symbian_test
       
    28 QT += testlib
       
    29 
       
    30 DEPENDPATH += . ../../fakeclasses ../../../src ../../../src/dummyengine ../../../inc/api ../../../inc ../utils
       
    31 INCLUDEPATH += . ../../../inc ../../../inc/api ../../fakeclasses ../../../traces ../../../src/dummyengine ../utils
       
    32 
       
    33 symbian {
       
    34     TARGET.CAPABILITY = ALL -TCB -DRM
       
    35     
       
    36     DEFINES += CAMERAX_ENGINE_LIBRARY
       
    37 }
       
    38 
       
    39 
       
    40 # Common utility classes
       
    41 
       
    42 SOURCES += cxetestutils.cpp
       
    43 HEADERS += cxetestutils.h
       
    44