harvester/contentinfodb/tsrc/t_contentinfodb/t_contentinfodb.pro
changeset 23 d4d56f5e7c55
child 24 65456528cac2
equal deleted inserted replaced
20:556534771396 23:d4d56f5e7c55
       
     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:  Search stateprovider unit test project file
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 
       
    20 DEFINES += CONTENTINFODB_UNITTESTING
       
    21 DEFINES += BUILD_CONTENTINFODB
       
    22     
       
    23 INCLUDEPATH += . 
       
    24 INCLUDEPATH += ../../inc\
       
    25               ../../src 
       
    26               
       
    27 
       
    28 
       
    29 CONFIG += qtestlib 
       
    30 CONFIG += hb
       
    31 
       
    32 QT += xml \
       
    33       sql
       
    34 
       
    35 
       
    36 symbian { 
       
    37 #CONFIG += symbian_test     
       
    38 TARGET.UID2 = 0x100039CE
       
    39 TARGET.UID3 = 0x20029B36
       
    40 TARGET.CAPABILITY = ALL -TCB -DRM
       
    41 TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    42 TARGET.EPOCHEAPSIZE = 0x20000 0x800000 // 128kB - 16MB
       
    43 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    44 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    45 }
       
    46 
       
    47 include(t_contentinfodb.pri)
       
    48