qcpix/tsrc/qtcpixunittests/qtcpixunittests.pro
changeset 0 671dee74050a
child 8 6547bf8ca13a
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 #
       
     2 # Copyright (c) 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(../qttestutil/qttestutil.pri)
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = qtcpixunittests 
       
    21 CONFIG += qtestlib
       
    22 
       
    23 QT        += core
       
    24 QT        -= gui 
       
    25 
       
    26 HEADERS   += inc/ut_qtcpixsearcher.h \
       
    27              inc/ut_qtcpixdocument.h \
       
    28              inc/ut_qtcpixdocumentfield.h
       
    29 
       
    30 SOURCES   += src/ut_qtcpixsearcher.cpp \
       
    31              src/ut_qtcpixdocument.cpp \
       
    32              src/ut_qtcpixdocumentfield.cpp \
       
    33              ../qttestutil/SimpleChecker.cpp \
       
    34              qtcpixunittests_reg.rss
       
    35 
       
    36 symbian{
       
    37     BLD_INF_RULES.prj_exports += "data/_0.cfs      \epoc32\winscw\c\private\2001f6f7\indexing\indexdb\root\contact\_0\_0.cfs" \
       
    38                                  "data/deletable   \epoc32\winscw\c\private\2001f6f7\indexing\indexdb\root\contact\_0\deletable" \
       
    39                                  "data/segments    \epoc32\winscw\c\private\2001f6f7\indexing\indexdb\root\contact\_0\segments" \
       
    40                                  "data/cpixreg.txt \epoc32\winscw\c\private\2001f6f7\cpixreg.txt" \
       
    41                                  "data/config.ini  \epoc32\winscw\c\system\data\config.ini"
       
    42 
       
    43     TARGET.CAPABILITY = ALL -TCB -DRM
       
    44     TARGET.UID3 = 0xE76C2AE7
       
    45     LIBS += -lqcpixsearchclient
       
    46 }