devicecontrol.pro
branchRCL_3
changeset 24 6757f1e2efd2
equal deleted inserted replaced
23:c4687ff85147 24:6757f1e2efd2
       
     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:  Device update project file
       
    15 #
       
    16 TEMPLATE = subdirs
       
    17 
       
    18 SUBDIRS  += devicemgmtdialogsplugin \
       
    19             devicemgmtindicatorsplugin \
       
    20             deviceupdatesui \
       
    21 	    			clientprovisioning \
       
    22 				applicationmanagement
       
    23 
       
    24 CONFIG += ordered
       
    25 
       
    26 symbian: {
       
    27 SYMBIAN_PLATFORMS = WINSCW \
       
    28     ARMV5
       
    29     }