ipconnmgmt.pro
changeset 41 bbb64eb3bdee
parent 20 9c97ad6591ae
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
       
    15 # Qt project file for ipconnmgmt package.
    15 #
    16 #
    16 
    17 
    17 TEMPLATE = subdirs
    18 TEMPLATE = subdirs
       
    19 
       
    20 CONFIG += ordered
    18 
    21 
    19 SUBDIRS  += \
    22 SUBDIRS  += \
    20     ipcm_plat \
    23     ipcm_plat \
    21     connectionutilities \
    24     connectionutilities \
    22     cmmanager \
    25     cmmanager \
    23     connectionmonitoring
    26     connectionmonitoring
    24 
    27 
    25 CONFIG += ordered
    28 symbian {
    26 
    29     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include \"./group/bld.inf\""
    27 symbian*: {
    30 }
    28     SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    29 }