homescreenapp/hsdomainmodel/tsrc/t_hsdomainmodel/installs_win32.pri
changeset 90 3ac3aaebaee5
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
       
     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 dlocaldatafiles1.files =  ./hsdomainmodeltest.db
       
    15 dlocaldatafiles1.path = ./debug
       
    16 
       
    17 dlocaldatafiles2.files =  ./resource/*.png
       
    18 dlocaldatafiles2.path = ./debug/wallpapers/scene/
       
    19 
       
    20 dlocaldatafiles3.files =  ./resource/*.png
       
    21 dlocaldatafiles3.path = ./debug/wallpapers/page/
       
    22 
       
    23 globaldatafiles1.files =  ./hsdomainmodeltest.db
       
    24 globaldatafiles1.path = ./../../../../../bin/hstests
       
    25 
       
    26 globaldatafiles2.files =  ./resource/*.png
       
    27 globaldatafiles2.path = ./../../../../../bin/hstests/wallpapers/scene/
       
    28 
       
    29 globaldatafiles3.files =  ./resource/*.png
       
    30 globaldatafiles3.path = ./../../../../../bin/hstests/wallpapers/page/
       
    31 
       
    32 globaltest.files = ./../../../../../bin/debug/caclient.dll \
       
    33                  ./../../../../../bin/debug/hsutils.dll \
       
    34                   ./debug/t_hsdomainmodel.exe
       
    35 globaltest.path = ./../../../../../bin/hstests
       
    36 
       
    37 ddepend1.files = ./../../../../../bin/debug/caclient.dll \
       
    38                  ./../../../../../bin/debug/hsutils.dll
       
    39 ddepend1.path = ./debug
       
    40 
       
    41 testfiles.path = ./../../../../../bin/hstests
       
    42 testfiles.files = ./debug/t_hsdomainmodel.exe
       
    43 
       
    44 testresources.path = ./../../../../../bin/hstests/hsresources/
       
    45 testresources.files = ../../resource/controllayer.docml
       
    46 
       
    47 docmltestresources_local.path = ./hsresources/
       
    48 docmltestresources_local.files = ../../resource/controllayer.docml
       
    49 
       
    50 dtestresources_local.path = ./debug/hsresources/
       
    51 dtestresources_local.files = ../../resource/controllayer.docml
       
    52 
       
    53 INSTALLS += dlocaldatafiles1 dlocaldatafiles2 dlocaldatafiles3 globaldatafiles1 globaldatafiles2 globaldatafiles3 globaltest ddepend1 testfiles testresources docmltestresources_local dtestresources_local