searchui/Searchapplication/Searchapplication.pro
changeset 9 4a2987baf8f7
parent 8 2f67eb14d003
child 10 d05738f02936
equal deleted inserted replaced
8:2f67eb14d003 9:4a2987baf8f7
     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 application project file
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 TARGET = Searchapplication 
       
    20 
       
    21 win32 {
       
    22     LIBS += -L$$PWD/../../bin/debug
       
    23     
       
    24     CONFIG(debug, debug|release) {
       
    25       SUBDIRPART = debug
       
    26     } else {
       
    27       SUBDIRPART = release
       
    28     }
       
    29     DESTDIR = $$PWD/../../bin/$$SUBDIRPART
       
    30 }
       
    31 
       
    32 LIBS +=  -lsearchruntimeprovider
       
    33 
       
    34 QT += xml 
       
    35 
       
    36 CONFIG += hb    
       
    37 CONFIG += console
       
    38 
       
    39 TRANSLATIONS += searchsw.ts 
       
    40 nft:DEFINES += NFT
       
    41 
       
    42 DEPENDPATH += . \
       
    43               ./inc \
       
    44               ./src
       
    45 
       
    46 INCLUDEPATH += . \
       
    47                ./inc \
       
    48                ../inc \
       
    49               ../runtimeproviders/searchruntimeprovider/inc 
       
    50 
       
    51 symbian {
       
    52     TARGET.UID2 = 0x100039CE
       
    53     TARGET.UID3 = 0x2002C377
       
    54     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
       
    55     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    56     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    57     rom:DEFINES += ROM
       
    58     SKINICON = qtg_large_search
       
    59 }
       
    60 
       
    61 win32 {
       
    62 include(searchapplication_installs_win32.pri)
       
    63 }
       
    64 
       
    65 include(searchapplication.pri)