wlanutilities/wlanlogin/wlanloginapp/wlanloginapp.pro
changeset 62 b47b808de481
parent 56 de27cc8389dd
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
    73 # Temporary solution to fix tracecompiler
    73 # Temporary solution to fix tracecompiler
    74 # When tracecompiler is fixed, this can be removed
    74 # When tracecompiler is fixed, this can be removed
    75 MMP_RULES += "USERINCLUDE traces"
    75 MMP_RULES += "USERINCLUDE traces"
    76 
    76 
    77 symbian*: {
    77 symbian*: {
    78 	LIBS += -lictsclientinterface
    78     LIBS += -lictsclientinterface -lapgrfx -lws32
    79 	TARGET.UID3 = 0x2002E6D0
    79     TARGET.UID3 = 0x2002E6D0
    80     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
    80     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
    81     BLD_INF_RULES.prj_exports += "rom/wlanlogin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(wlanlogin.iby)"
    81     BLD_INF_RULES.prj_exports += "rom/wlanlogin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(wlanlogin.iby)"
    82     BLD_INF_RULES.prj_exports += "rom/wlanlogin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(wlanlogin_resources.iby)"
    82     BLD_INF_RULES.prj_exports += "rom/wlanlogin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(wlanlogin_resources.iby)"
    83 }
    83 }