phonebookengines/contactsmodel/tsrc/cntplsql_qt/ut_cntsqlsearch.pro
changeset 46 efe85016a067
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
       
     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:                                                        
       
    15 #                                                                     
       
    16 #
       
    17 TEMPLATE = app
       
    18 TARGET = 
       
    19 QT += testlib
       
    20 CONFIG += hb
       
    21 
       
    22 
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += ./
       
    25 INCLUDEPATH += ./inc
       
    26 INCLUDEPATH += ../../inc
       
    27 INCLUDEPATH += ../../../cntplsql/inc/
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 INCLUDEPATH += $$SYMBIAN_PATHS
       
    30 INCLUDEPATH += /orbit/include
       
    31 
       
    32 SOURCES += 		$$SYMBIAN_HEADERS \
       
    33 				ut_cntsqlsearch.cpp\			
       
    34         		../../cntplsql/src/cntsqlsearch.cpp\
       
    35 				../../cntplsql/src/cpcskeymap.cpp\
       
    36 				../../cntplsql/src/cqwertykeymap.cpp\
       
    37 				../../cntplsql/src/c12keykeymap.cpp
       
    38 
       
    39 # Input
       
    40 HEADERS += 		$$SYMBIAN_SOURCES \
       
    41 				ut_cntsqlsearch.h\
       
    42         		../../cntplsql/inc/cntsqlsearch.h\
       
    43         		../../cntplsql/inc/cpcskeymap.h\
       
    44         		../../cntplsql/inc/cqwertykeymap.h\
       
    45         		../../cntplsql/inc/c12keykeymap.h
       
    46         		
       
    47 symbian: {
       
    48     TARGET.UID2 = 0x100039CE
       
    49     TARGET.UID3 = 0xEb768fff
       
    50     TARGET.CAPABILITY = ALL -TCB
       
    51     TARGET.EPOCALLOWDLLDATA = 1
       
    52     LIBS += -lxqservice  -lxqserviceutil
       
    53 }
       
    54