ipconnmgmt.pro
branchGCC_SURGE
changeset 49 faa5ef4f80da
parent 47 cb7afde124a3
equal deleted inserted replaced
39:f10336de0cd6 49:faa5ef4f80da
    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 }