common/commonExternals.pri
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 12 afcd8e6d025b
child 15 73c48011b8c7
equal deleted inserted replaced
1:b0dd75e285d2 5:0f2326c2a325
       
     1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     2 # All rights reserved.
     1 #
     3 #
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 # This program is free software: you can redistribute it and/or modify
     3 # All rights reserved.
     5 # it under the terms of the GNU Lesser General Public License as published by
     4 # This component and the accompanying materials are made available
     6 # the Free Software Foundation, version 2.1 of the License.
     5 # under the terms of "Eclipse Public License v1.0"
     7 # 
     6 # which accompanies this distribution, and is available
     8 # This program is distributed in the hope that it will be useful,
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    11 # GNU Lesser General Public License for more details.
     8 #
    12 #
     9 # Initial Contributors:
    13 # You should have received a copy of the GNU Lesser General Public License
    10 # Nokia Corporation - initial contribution.
    14 # along with this program.  If not, 
       
    15 # see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
    11 #
    16 #
    12 # Contributors:
    17 # Description:
    13 #
    18 #
    14 # Description: 
    19 # Setup common settings for all demos
    15 #
    20 #
    16 
    21 
    17 # Everything should be relative to ROOT_DIR (makes cut-and-paste safer).
    22 # Everything should be relative to ROOT_DIR (makes cut-and-paste safer).
    18 ROOT_DIR = $$PWD/../../../..
    23 ROOT_DIR = $$PWD/../../../..
    19 
    24 
    56 QMAKE_LIBDIR = \
    61 QMAKE_LIBDIR = \
    57     $$DLLDIR \
    62     $$DLLDIR \
    58     $$QMAKE_RPATHDIR
    63     $$QMAKE_RPATHDIR
    59 
    64 
    60 # Import pre-built binary components.
    65 # Import pre-built binary components.
    61 include($$ROOT_DIR/import/import.pri)
    66 symbian: {
       
    67    contains (br_download_mgr, yes) {
       
    68       DEFINES += USE_DOWNLOAD_MANAGER=1
       
    69       INCLUDEPATH += /epoc32/include/applications
       
    70       LIBS += -lBrServiceIPCClient
       
    71       LIBS += -lBrDownloadMgr
       
    72    }
       
    73 } else {
       
    74     include($$ROOT_DIR/import/import.pri)
       
    75 }
    62 
    76 
    63 # BedrockProvisioning
    77 # BedrockProvisioning
    64 INCLUDEPATH += $$ROOT_DIR/sf/app/browserui/bedrockProvisioning
    78 INCLUDEPATH += $$ROOT_DIR/sf/app/browserui/bedrockProvisioning
    65 LIBS += -lBedrockProvisioning
    79 LIBS += -lBedrockProvisioning
    66 
    80