onlinesearchproviders/isengine/isengine.pro
changeset 12 993ab30e92fc
equal deleted inserted replaced
11:773be20e0a25 12:993ab30e92fc
       
     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 
       
    18 
       
    19 TEMPLATE = lib
       
    20 TARGET = isengine    
       
    21 TARGET.EPOCALLOWDLLDATA = 1
       
    22 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    23 CONFIG += hb mobility
       
    24 MOBILITY = serviceframework
       
    25 
       
    26 DEFINES += ISENGINESERVICES_LIB
       
    27 
       
    28 #INCLUDEPATH += . ../inc
       
    29 
       
    30 QT += sql
       
    31 
       
    32 symbian {
       
    33     TARGET.UID3 = 0x2000F875
       
    34     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    35     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37     defBlock = \      
       
    38 	"$${LITERAL_HASH}if defined(EABI)" 	\
       
    39 	"DEFFILE  ../eabi/" 				\
       
    40     "$${LITERAL_HASH}else" 				\
       
    41     "DEFFILE  ../bwins/" 				\
       
    42     "$${LITERAL_HASH}endif"
       
    43 	
       
    44 	MMP_RULES += defBlock
       
    45 }
       
    46 
       
    47 
       
    48 
       
    49 HEADERS += ./inc/*.h
       
    50 SOURCES += ./src/*.cpp
       
    51 
       
    52 
       
    53 LIBS += -lxqutils -lisproviderdbmanager
       
    54 
       
    55 
       
    56