searchui/Searchapplication/Searchapplication.pro
changeset 2 208a4ba3894c
parent 0 ccd0fd43f247
child 11 773be20e0a25
equal deleted inserted replaced
0:ccd0fd43f247 2:208a4ba3894c
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 
    18 
    19 TARGET = Searchapplication 
    19 TARGET = Searchapplication 
    20 
    20 
    21 win32 {
    21 win32 {
    22     INCLUDEPATH += \
       
    23                   $$PWD/../../homescreensrv/homescreensrv_plat/appruntimemodel_api
       
    24     LIBS += -L$$PWD/../../bin/debug
    22     LIBS += -L$$PWD/../../bin/debug
    25     
    23     
    26     CONFIG(debug, debug|release) {
    24     CONFIG(debug, debug|release) {
    27       SUBDIRPART = debug
    25       SUBDIRPART = debug
    28     } else {
    26     } else {
    29       SUBDIRPART = release
    27       SUBDIRPART = release
    30     }
    28     }
    31     DESTDIR = $$PWD/../../bin/$$SUBDIRPART
    29     DESTDIR = $$PWD/../../bin/$$SUBDIRPART
    32 }
    30 }
    33 
    31 
    34 LIBS +=  -lappruntimemodel
    32 LIBS +=  -lsearchruntimeprovider
    35 
    33 
    36 QT += xml 
    34 QT += xml 
    37 
    35 
    38 CONFIG += hb    
    36 CONFIG += hb    
    39 CONFIG += console
    37 CONFIG += console
    45               ./inc \
    43               ./inc \
    46               ./src
    44               ./src
    47 
    45 
    48 INCLUDEPATH += . \
    46 INCLUDEPATH += . \
    49                ./inc \
    47                ./inc \
    50                ../inc
    48                ../inc \
       
    49               ../runtimeproviders/searchruntimeprovider/inc 
    51 
    50 
    52 symbian {
    51 symbian {
    53     TARGET.UID2 = 0x100039CE
    52     TARGET.UID2 = 0x100039CE
    54     TARGET.UID3 = 0x2002C377
    53     TARGET.UID3 = 0x2002C377
    55     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
    54     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
    56     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
    55     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
    57     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
    56     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
    58     rom:DEFINES += ROM
    57     rom:DEFINES += ROM
    59     ICON = resources/search_app_icon.svg
    58     SKINICON = qtg_large_search
    60     icon.sources = resources/search_app_icon.svg
       
    61     icon.path = /searchresources  
       
    62     DEPLOYMENT += icon addFiles
       
    63 }
    59 }
    64 
    60 
    65 win32 {
    61 win32 {
    66 include(Searchapplication_installs_win32.pri)
    62 include(searchapplication_installs_win32.pri)
    67 }
    63 }
    68 
    64 
    69 include(Searchapplication.pri)
    65 include(searchapplication.pri)