homescreenapp/common.pri
changeset 71 1db7cc813a4e
parent 69 87476091b3f5
child 75 b4600005089c
equal deleted inserted replaced
69:87476091b3f5 71:1db7cc813a4e
     1 #
     1 
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
    95 
    95 
    96     DEPLOYMENT += pluginstub
    96     DEPLOYMENT += pluginstub
    97 
    97 
    98     qtplugins.path = $$PLUGIN_SUBDIR
    98     qtplugins.path = $$PLUGIN_SUBDIR
    99     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
    99     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
   100 
       
   101     message(Remove "contains(MOBILITY, serviceframework)" after the QtSF refactorig is done!)
       
   102         
       
   103     !contains(MOBILITY, serviceframework):qtplugins.sources += resource/$${TARGET}.manifest
       
   104     
   100     
   105     hs_public_plugin {
   101     hs_public_plugin {
   106       contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:/private/20022F35/$${TARGET}.xml"
   102       contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:/private/20022F35/$${TARGET}.xml"
   107     } else {
   103     } else {
   108       contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
   104       contains(MOBILITY, serviceframework):BLD_INF_RULES.prj_exports += "resource/$${TARGET}.xml z:$$qtplugins.path/$${TARGET}.xml"
   134     export ( PRE_TARGETDEPS )
   130     export ( PRE_TARGETDEPS )
   135 }
   131 }
   136 }
   132 }
   137 
   133 
   138 symbian {
   134 symbian {
   139     !exists($${EPOCROOT}epoc32/include/platform/mw/XQSettingsManager) {
   135     exists($${EPOCROOT}epoc32/include/platform/mw/XQSettingsManager) {
   140         DEFINES += NO_QT_EXTENSIONS
   136         DEFINES += QT_EXTENSIONS
   141     }
   137     }
   142 } else {
       
   143     DEFINES += NO_QT_EXTENSIONS
       
   144 }
   138 }
   145 
   139 
   146 
   140 
   147 # support for NFT
   141 # support for NFT
   148 nft:DEFINES += NFT
   142 nft:DEFINES += NFT