searchui/onlinehandler/tsrc/t_baiduplugin/t_baiduplugin_installs_win32.pri
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 # Release
       
    18 #
       
    19 r01.path = $$PWD/../../../../bin/release/resource/qt/plugins/search           
       
    20 r01.files = ./release/*.dll
       
    21             
       
    22 r02.path = $$PWD/../../../../bin/release/searchresources/plugins/onlineproviders            
       
    23 r02.files =  ./resource/*.manifest
       
    24 
       
    25 INSTALLS += r01 r02
       
    26 
       
    27 #
       
    28 # Debug
       
    29 #
       
    30 
       
    31 d01.path = $$PWD/../../../../bin/debug/resource/qt/plugins/search           
       
    32 d01.files = ./debug/*.dll
       
    33 
       
    34 d02.path = $$PWD/../../../../bin/debug/searchresources/plugins/onlineproviders            
       
    35 d02.files =  ./resource/*.manifest
       
    36 
       
    37 INSTALLS += d01 d02