phonebookengines/contactsmodel/tsrc/cntplsql_qt/ut_cntsqlsearch.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:02:44 +0300
changeset 46 efe85016a067
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

#                                                                    
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).   
# All rights reserved.                                                
# This component and the accompanying materials are made available    
# under the terms of "Eclipse Public License v1.0"    
# which accompanies this distribution, and is available               
# at the URL "http://www.eclipse.org/legal/epl-v10.html".   
#                                                                     
# Initial Contributors:                                               
# Nokia Corporation - initial contribution.                           
#                                                                     
# Contributors:                                                       
#                                                                     
# Description:                                                        
#                                                                     
#
TEMPLATE = app
TARGET = 
QT += testlib
CONFIG += hb


DEPENDPATH += .
INCLUDEPATH += ./
INCLUDEPATH += ./inc
INCLUDEPATH += ../../inc
INCLUDEPATH += ../../../cntplsql/inc/
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
INCLUDEPATH += $$SYMBIAN_PATHS
INCLUDEPATH += /orbit/include

SOURCES += 		$$SYMBIAN_HEADERS \
				ut_cntsqlsearch.cpp\			
        		../../cntplsql/src/cntsqlsearch.cpp\
				../../cntplsql/src/cpcskeymap.cpp\
				../../cntplsql/src/cqwertykeymap.cpp\
				../../cntplsql/src/c12keykeymap.cpp

# Input
HEADERS += 		$$SYMBIAN_SOURCES \
				ut_cntsqlsearch.h\
        		../../cntplsql/inc/cntsqlsearch.h\
        		../../cntplsql/inc/cpcskeymap.h\
        		../../cntplsql/inc/cqwertykeymap.h\
        		../../cntplsql/inc/c12keykeymap.h
        		
symbian: {
    TARGET.UID2 = 0x100039CE
    TARGET.UID3 = 0xEb768fff
    TARGET.CAPABILITY = ALL -TCB
    TARGET.EPOCALLOWDLLDATA = 1
    LIBS += -lxqservice  -lxqserviceutil
}